Skip to content

Commit

Permalink
Merge pull request #101 from devops-infra/dependabot/github_actions/d…
Browse files Browse the repository at this point in the history
…evops-infra/action-pull-request-0.5.1

Bump devops-infra/action-pull-request from 0.5.0 to 0.5.1
  • Loading branch information
ChristophShyper committed Oct 13, 2022
2 parents 335748d + ec7ec54 commit 4459ff7
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/PUSH-OTHER.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ jobs:
- name: Create pull request - bugfix (conditional)
if: startsWith(github.ref, 'refs/heads/bugfix')
uses: devops-infra/action-pull-request@v0.5.0
uses: devops-infra/action-pull-request@v0.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -84,7 +84,7 @@ jobs:

- name: Create pull request - dependency (conditional)
if: startsWith(github.ref, 'refs/heads/dependency')
uses: devops-infra/action-pull-request@v0.5.0
uses: devops-infra/action-pull-request@v0.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -94,7 +94,7 @@ jobs:

- name: Create pull request - documentation (conditional)
if: startsWith(github.ref, 'refs/heads/documentation')
uses: devops-infra/action-pull-request@v0.5.0
uses: devops-infra/action-pull-request@v0.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -104,7 +104,7 @@ jobs:

- name: Create pull request - feature (conditional)
if: startsWith(github.ref, 'refs/heads/feature')
uses: devops-infra/action-pull-request@v0.5.0
uses: devops-infra/action-pull-request@v0.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -114,7 +114,7 @@ jobs:

- name: Create pull request - test (conditional)
if: startsWith(github.ref, 'refs/heads/test')
uses: devops-infra/action-pull-request@v0.5.0
uses: devops-infra/action-pull-request@v0.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand All @@ -126,7 +126,7 @@ jobs:

- name: Create pull request - other (conditional)
if: "!startsWith(github.ref, 'refs/heads/bugfix') && !startsWith(github.ref, 'refs/heads/dependabot') && !startsWith(github.ref, 'refs/heads/dependency') && !startsWith(github.ref, 'refs/heads/documentation') && !startsWith(github.ref, 'refs/heads/feature') && !startsWith(github.ref, 'refs/heads/test')"
uses: devops-infra/action-pull-request@v0.5.0
uses: devops-infra/action-pull-request@v0.5.1
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
assignee: ${{ github.actor }}
Expand Down

0 comments on commit 4459ff7

Please sign in to comment.