Skip to content

Commit f43f256

Browse files
git-hyagimdellweg
authored andcommitted
Add 2.19 to the list of supported branches
[AH/Galaxy 4.10](https://github.com/ansible/galaxy_ng/blob/stable-4.10/requirements/requirements.common.txt#L336) depends on 2.19.
1 parent 2358cf7 commit f43f256

File tree

2 files changed

+23
-0
lines changed

2 files changed

+23
-0
lines changed

.github/workflows/update_ci.yml

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -131,6 +131,28 @@ jobs:
131131
branch: "update-ci/2.16"
132132
base: "2.16"
133133
delete-branch: true
134+
135+
- uses: "actions/checkout@v4"
136+
with:
137+
fetch-depth: 0
138+
path: "pulp_container"
139+
ref: "2.19"
140+
- name: "Run update"
141+
working-directory: "pulp_container"
142+
run: |
143+
../plugin_template/scripts/update_ci.sh --release
144+
- name: "Create Pull Request for CI files"
145+
uses: "peter-evans/create-pull-request@v6"
146+
with:
147+
token: "${{ secrets.RELEASE_TOKEN }}"
148+
path: "pulp_container"
149+
committer: "pulpbot <[email protected]>"
150+
author: "pulpbot <[email protected]>"
151+
title: "Update CI files for branch 2.19"
152+
branch: "update-ci/2.19"
153+
base: "2.19"
154+
delete-branch: true
155+
134156
- uses: "actions/checkout@v4"
135157
with:
136158
fetch-depth: 0

template_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -69,6 +69,7 @@ supported_release_branches:
6969
- '2.14'
7070
- '2.15'
7171
- '2.16'
72+
- '2.19'
7273
- '2.20'
7374
sync_ci: true
7475
test_azure: true

0 commit comments

Comments
 (0)