56
56
57
57
- name : Create pull request - bugfix (conditional)
58
58
if : startsWith(github.ref, 'refs/heads/bugfix')
59
- uses : devops-infra/action-pull-request@v0.5.5
59
+ uses : devops-infra/action-pull-request@v0.6.0
60
60
with :
61
61
github_token : ${{ secrets.GITHUB_TOKEN }}
62
62
assignee : ${{ github.actor }}
66
66
67
67
- name : Create pull request - dependency (conditional)
68
68
if : startsWith(github.ref, 'refs/heads/dependency')
69
- uses : devops-infra/action-pull-request@v0.5.5
69
+ uses : devops-infra/action-pull-request@v0.6.0
70
70
with :
71
71
github_token : ${{ secrets.GITHUB_TOKEN }}
72
72
assignee : ${{ github.actor }}
76
76
77
77
- name : Create pull request - documentation (conditional)
78
78
if : startsWith(github.ref, 'refs/heads/documentation')
79
- uses : devops-infra/action-pull-request@v0.5.5
79
+ uses : devops-infra/action-pull-request@v0.6.0
80
80
with :
81
81
github_token : ${{ secrets.GITHUB_TOKEN }}
82
82
assignee : ${{ github.actor }}
86
86
87
87
- name : Create pull request - feature (conditional)
88
88
if : startsWith(github.ref, 'refs/heads/feature')
89
- uses : devops-infra/action-pull-request@v0.5.5
89
+ uses : devops-infra/action-pull-request@v0.6.0
90
90
with :
91
91
github_token : ${{ secrets.GITHUB_TOKEN }}
92
92
assignee : ${{ github.actor }}
96
96
97
97
- name : Create pull request - test (conditional)
98
98
if : startsWith(github.ref, 'refs/heads/test')
99
- uses : devops-infra/action-pull-request@v0.5.5
99
+ uses : devops-infra/action-pull-request@v0.6.0
100
100
with :
101
101
github_token : ${{ secrets.GITHUB_TOKEN }}
102
102
assignee : ${{ github.actor }}
@@ -108,7 +108,7 @@ jobs:
108
108
109
109
- name : Create pull request - other (conditional)
110
110
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')"
111
- uses : devops-infra/action-pull-request@v0.5.5
111
+ uses : devops-infra/action-pull-request@v0.6.0
112
112
with :
113
113
github_token : ${{ secrets.GITHUB_TOKEN }}
114
114
assignee : ${{ github.actor }}
0 commit comments