Skip to content

Commit 9ad2b27

Browse files
⬆️ Bump devops-infra/action-pull-request from 0.6.1 to 1.0.0 (#177)
⬆️ Bump devops-infra/action-pull-request from 0.6.1 to 1.0.0 Bumps [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) from 0.6.1 to 1.0.0. - [Release notes](https://github.com/devops-infra/action-pull-request/releases) - [Commits](devops-infra/action-pull-request@v0.6.1...v1.0.0) --- updated-dependencies: - dependency-name: devops-infra/action-pull-request dependency-version: 1.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 8435202 commit 9ad2b27

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/PUSH-OTHER.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
4747
- name: PR - bugfix (conditional)
4848
if: startsWith(github.ref, 'refs/heads/bug')
49-
uses: devops-infra/action-pull-request@v0.6.1
49+
uses: devops-infra/action-pull-request@v1.0.0
5050
with:
5151
github_token: ${{ secrets.GITHUB_TOKEN }}
5252
assignee: ${{ github.actor }}
@@ -56,7 +56,7 @@ jobs:
5656

5757
- name: PR - dependency (conditional)
5858
if: startsWith(github.ref, 'refs/heads/dep') && !startsWith(github.ref, 'refs/heads/dependabot')
59-
uses: devops-infra/action-pull-request@v0.6.1
59+
uses: devops-infra/action-pull-request@v1.0.0
6060
with:
6161
github_token: ${{ secrets.GITHUB_TOKEN }}
6262
assignee: ${{ github.actor }}
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: PR - documentation (conditional)
6868
if: startsWith(github.ref, 'refs/heads/doc')
69-
uses: devops-infra/action-pull-request@v0.6.1
69+
uses: devops-infra/action-pull-request@v1.0.0
7070
with:
7171
github_token: ${{ secrets.GITHUB_TOKEN }}
7272
assignee: ${{ github.actor }}
@@ -76,7 +76,7 @@ jobs:
7676

7777
- name: PR - feature (conditional)
7878
if: startsWith(github.ref, 'refs/heads/feat')
79-
uses: devops-infra/action-pull-request@v0.6.1
79+
uses: devops-infra/action-pull-request@v1.0.0
8080
with:
8181
github_token: ${{ secrets.GITHUB_TOKEN }}
8282
assignee: ${{ github.actor }}
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: PR - test (conditional)
8888
if: startsWith(github.ref, 'refs/heads/test')
89-
uses: devops-infra/action-pull-request@v0.6.1
89+
uses: devops-infra/action-pull-request@v1.0.0
9090
with:
9191
github_token: ${{ secrets.GITHUB_TOKEN }}
9292
assignee: ${{ github.actor }}
@@ -98,7 +98,7 @@ jobs:
9898

9999
- name: PR - test (conditional)
100100
if: "!startsWith(github.ref, 'refs/heads/bug') && !startsWith(github.ref, 'refs/heads/dep') && !startsWith(github.ref, 'refs/heads/doc') && !startsWith(github.ref, 'refs/heads/feat') && !startsWith(github.ref, 'refs/heads/test')"
101-
uses: devops-infra/action-pull-request@v0.6.1
101+
uses: devops-infra/action-pull-request@v1.0.0
102102
with:
103103
github_token: ${{ secrets.GITHUB_TOKEN }}
104104
assignee: ${{ github.actor }}

0 commit comments

Comments
 (0)