Skip to content

Commit c6e011b

Browse files
Bump devops-infra/action-pull-request from 0.5.1 to 0.5.2
Bumps [devops-infra/action-pull-request](https://github.com/devops-infra/action-pull-request) from 0.5.1 to 0.5.2. - [Release notes](https://github.com/devops-infra/action-pull-request/releases) - [Commits](devops-infra/action-pull-request@v0.5.1...v0.5.2) --- updated-dependencies: - dependency-name: devops-infra/action-pull-request dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent b7427f1 commit c6e011b

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
@@ -73,7 +73,7 @@ jobs:
7373
7474
- name: Create pull request - bugfix (conditional)
7575
if: startsWith(github.ref, 'refs/heads/bugfix')
76-
uses: devops-infra/[email protected].1
76+
uses: devops-infra/[email protected].2
7777
with:
7878
github_token: ${{ secrets.GITHUB_TOKEN }}
7979
assignee: ${{ github.actor }}
@@ -83,7 +83,7 @@ jobs:
8383

8484
- name: Create pull request - dependency (conditional)
8585
if: startsWith(github.ref, 'refs/heads/dependency')
86-
uses: devops-infra/[email protected].1
86+
uses: devops-infra/[email protected].2
8787
with:
8888
github_token: ${{ secrets.GITHUB_TOKEN }}
8989
assignee: ${{ github.actor }}
@@ -93,7 +93,7 @@ jobs:
9393

9494
- name: Create pull request - documentation (conditional)
9595
if: startsWith(github.ref, 'refs/heads/documentation')
96-
uses: devops-infra/[email protected].1
96+
uses: devops-infra/[email protected].2
9797
with:
9898
github_token: ${{ secrets.GITHUB_TOKEN }}
9999
assignee: ${{ github.actor }}
@@ -103,7 +103,7 @@ jobs:
103103

104104
- name: Create pull request - feature (conditional)
105105
if: startsWith(github.ref, 'refs/heads/feature')
106-
uses: devops-infra/[email protected].1
106+
uses: devops-infra/[email protected].2
107107
with:
108108
github_token: ${{ secrets.GITHUB_TOKEN }}
109109
assignee: ${{ github.actor }}
@@ -113,7 +113,7 @@ jobs:
113113

114114
- name: Create pull request - test (conditional)
115115
if: startsWith(github.ref, 'refs/heads/test')
116-
uses: devops-infra/[email protected].1
116+
uses: devops-infra/[email protected].2
117117
with:
118118
github_token: ${{ secrets.GITHUB_TOKEN }}
119119
assignee: ${{ github.actor }}
@@ -125,7 +125,7 @@ jobs:
125125

126126
- name: Create pull request - other (conditional)
127127
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')"
128-
uses: devops-infra/[email protected].1
128+
uses: devops-infra/[email protected].2
129129
with:
130130
github_token: ${{ secrets.GITHUB_TOKEN }}
131131
assignee: ${{ github.actor }}

0 commit comments

Comments
 (0)