Skip to content

Commit 3837f6b

Browse files
pulpbotmdellweg
authored andcommitted
Update CI files
[noissue]
1 parent ebe2e92 commit 3837f6b

File tree

1 file changed

+4
-31
lines changed

1 file changed

+4
-31
lines changed

.github/workflows/update_ci.yml

Lines changed: 4 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -72,33 +72,6 @@ jobs:
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

0 commit comments

Comments
 (0)