Skip to content

Commit

Permalink
Add 2.19 to the list of supported branches
Browse files Browse the repository at this point in the history
  • Loading branch information
git-hyagi authored and mdellweg committed Nov 29, 2024
1 parent 2358cf7 commit f43f256
Show file tree
Hide file tree
Showing 2 changed files with 23 additions and 0 deletions.
22 changes: 22 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -131,6 +131,28 @@ jobs:
branch: "update-ci/2.16"
base: "2.16"
delete-branch: true

- uses: "actions/checkout@v4"
with:
fetch-depth: 0
path: "pulp_container"
ref: "2.19"
- name: "Run update"
working-directory: "pulp_container"
run: |
../plugin_template/scripts/update_ci.sh --release
- name: "Create Pull Request for CI files"
uses: "peter-evans/create-pull-request@v6"
with:
token: "${{ secrets.RELEASE_TOKEN }}"
path: "pulp_container"
committer: "pulpbot <pulp-infra@redhat.com>"
author: "pulpbot <pulp-infra@redhat.com>"
title: "Update CI files for branch 2.19"
branch: "update-ci/2.19"
base: "2.19"
delete-branch: true

- uses: "actions/checkout@v4"
with:
fetch-depth: 0
Expand Down
1 change: 1 addition & 0 deletions template_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ supported_release_branches:
- '2.14'
- '2.15'
- '2.16'
- '2.19'
- '2.20'
sync_ci: true
test_azure: true
Expand Down

0 comments on commit f43f256

Please sign in to comment.