74
74
75
75
- name : Create pull request - bugfix (conditional)
76
76
if : startsWith(github.ref, 'refs/heads/bugfix')
77
- uses : devops-infra/action-pull-request@v0.5.5
77
+ uses : devops-infra/action-pull-request@v0.6.0
78
78
with :
79
79
github_token : ${{ secrets.GITHUB_TOKEN }}
80
80
assignee : ${{ github.actor }}
84
84
85
85
- name : Create pull request - dependency (conditional)
86
86
if : startsWith(github.ref, 'refs/heads/dependency')
87
- uses : devops-infra/action-pull-request@v0.5.5
87
+ uses : devops-infra/action-pull-request@v0.6.0
88
88
with :
89
89
github_token : ${{ secrets.GITHUB_TOKEN }}
90
90
assignee : ${{ github.actor }}
94
94
95
95
- name : Create pull request - documentation (conditional)
96
96
if : startsWith(github.ref, 'refs/heads/documentation')
97
- uses : devops-infra/action-pull-request@v0.5.5
97
+ uses : devops-infra/action-pull-request@v0.6.0
98
98
with :
99
99
github_token : ${{ secrets.GITHUB_TOKEN }}
100
100
assignee : ${{ github.actor }}
@@ -104,7 +104,7 @@ jobs:
104
104
105
105
- name : Create pull request - feature (conditional)
106
106
if : startsWith(github.ref, 'refs/heads/feature')
107
- uses : devops-infra/action-pull-request@v0.5.5
107
+ uses : devops-infra/action-pull-request@v0.6.0
108
108
with :
109
109
github_token : ${{ secrets.GITHUB_TOKEN }}
110
110
assignee : ${{ github.actor }}
@@ -114,7 +114,7 @@ jobs:
114
114
115
115
- name : Create pull request - test (conditional)
116
116
if : startsWith(github.ref, 'refs/heads/test')
117
- uses : devops-infra/action-pull-request@v0.5.5
117
+ uses : devops-infra/action-pull-request@v0.6.0
118
118
with :
119
119
github_token : ${{ secrets.GITHUB_TOKEN }}
120
120
assignee : ${{ github.actor }}
@@ -126,7 +126,7 @@ jobs:
126
126
127
127
- name : Create pull request - other (conditional)
128
128
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')"
129
- uses : devops-infra/action-pull-request@v0.5.5
129
+ uses : devops-infra/action-pull-request@v0.6.0
130
130
with :
131
131
github_token : ${{ secrets.GITHUB_TOKEN }}
132
132
assignee : ${{ github.actor }}
0 commit comments