File tree Expand file tree Collapse file tree 2 files changed +23
-0
lines changed
Expand file tree Collapse file tree 2 files changed +23
-0
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -69,6 +69,7 @@ supported_release_branches:
6969- ' 2.14'
7070- ' 2.15'
7171- ' 2.16'
72+ - ' 2.19'
7273- ' 2.20'
7374sync_ci : true
7475test_azure : true
You can’t perform that action at this time.
0 commit comments