File tree Expand file tree Collapse file tree 1 file changed +4
-31
lines changed
Expand file tree Collapse file tree 1 file changed +4
-31
lines changed Original file line number Diff line number Diff line change 7272 [noissue]
7373 delete-branch : true
7474 - uses : actions/checkout@v3
75- with :
76- path : pulpcore
77- ref : ' 3.16'
78- fetch-depth : 0
79-
80- - name : Run update
81- working-directory : pulpcore
82- run : |
83- ../plugin_template/scripts/update_ci.sh
84-
85- - name : Create Pull Request for CI files
86- uses : peter-evans/create-pull-request@v4
87- with :
88- token : ${{ secrets.RELEASE_TOKEN }}
89- path : pulpcore
90- committer :
pulpbot <[email protected] > 91- author :
pulpbot <[email protected] > 92- title : ' Update CI files for branch 3.16'
93- body : ' [noissue]'
94- branch : ' update-ci/3.16'
95- base : ' 3.16'
96- commit-message : |
97- Update CI files
98-
99- [noissue]
100- delete-branch : true
101- - uses : actions/checkout@v3
10275 with :
10376 path : pulpcore
10477 ref : ' 3.18'
@@ -209,7 +182,7 @@ jobs:
209182 - uses : actions/checkout@v3
210183 with :
211184 path : pulpcore
212- ref : ' 3.28 '
185+ ref : ' 3.39 '
213186 fetch-depth : 0
214187
215188 - name : Run update
@@ -224,10 +197,10 @@ jobs:
224197 path : pulpcore
225198 committer :
pulpbot <[email protected] > 226199 author :
pulpbot <[email protected] > 227- title : ' Update CI files for branch 3.28 '
200+ title : ' Update CI files for branch 3.39 '
228201 body : ' [noissue]'
229- branch : ' update-ci/3.28 '
230- base : ' 3.28 '
202+ branch : ' update-ci/3.39 '
203+ base : ' 3.39 '
231204 commit-message : |
232205 Update CI files
233206
You can’t perform that action at this time.
0 commit comments