Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
[noissue]
  • Loading branch information
pulpbot authored and mdellweg committed Nov 13, 2023
1 parent ebe2e92 commit 3837f6b
Showing 1 changed file with 4 additions and 31 deletions.
35 changes: 4 additions & 31 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,33 +72,6 @@ jobs:
[noissue]
delete-branch: true
- uses: actions/checkout@v3
with:
path: pulpcore
ref: '3.16'
fetch-depth: 0

- name: Run update
working-directory: pulpcore
run: |
../plugin_template/scripts/update_ci.sh
- name: Create Pull Request for CI files
uses: peter-evans/create-pull-request@v4
with:
token: ${{ secrets.RELEASE_TOKEN }}
path: pulpcore
committer: pulpbot <[email protected]>
author: pulpbot <[email protected]>
title: 'Update CI files for branch 3.16'
body: '[noissue]'
branch: 'update-ci/3.16'
base: '3.16'
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: actions/checkout@v3
with:
path: pulpcore
ref: '3.18'
Expand Down Expand Up @@ -209,7 +182,7 @@ jobs:
- uses: actions/checkout@v3
with:
path: pulpcore
ref: '3.28'
ref: '3.39'
fetch-depth: 0

- name: Run update
Expand All @@ -224,10 +197,10 @@ jobs:
path: pulpcore
committer: pulpbot <[email protected]>
author: pulpbot <[email protected]>
title: 'Update CI files for branch 3.28'
title: 'Update CI files for branch 3.39'
body: '[noissue]'
branch: 'update-ci/3.28'
base: '3.28'
branch: 'update-ci/3.39'
base: '3.39'
commit-message: |
Update CI files
Expand Down

0 comments on commit 3837f6b

Please sign in to comment.