Skip to content

Commit

Permalink
Merge pull request pulp#946 from pulp/update-ci/main
Browse files Browse the repository at this point in the history
Update CI files for branch main
  • Loading branch information
hstct authored Nov 12, 2023
2 parents 60d73af + 4ee6104 commit b2b1bfa
Showing 1 changed file with 27 additions and 0 deletions.
27 changes: 27 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -150,5 +150,32 @@ jobs:
commit-message: |
Update CI files
[noissue]
delete-branch: true
- uses: actions/checkout@v3
with:
path: pulp_deb
ref: '3.1'
fetch-depth: 0

- name: Run update
working-directory: pulp_deb
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: pulp_deb
committer: pulpbot <[email protected]>
author: pulpbot <[email protected]>
title: 'Update CI files for branch 3.1'
body: '[noissue]'
branch: 'update-ci/3.1'
base: '3.1'
commit-message: |
Update CI files
[noissue]
delete-branch: true

0 comments on commit b2b1bfa

Please sign in to comment.