Skip to content

Commit fa23684

Browse files
pulpbotggainey
authored andcommitted
Bump minor version
1 parent 86a78ee commit fa23684

13 files changed

Lines changed: 36 additions & 14 deletions

.github/workflows/update_ci.yml

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -260,4 +260,35 @@ jobs:
260260
env:
261261
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
262262
continue-on-error: true
263+
- uses: "actions/checkout@v4"
264+
with:
265+
fetch-depth: 0
266+
path: "pulp_container"
267+
ref: "2.27"
268+
269+
- name: "Run update"
270+
working-directory: "pulp_container"
271+
run: |
272+
../plugin_template/scripts/update_ci.sh --release
273+
274+
- name: "Create Pull Request for CI files"
275+
uses: "peter-evans/create-pull-request@v6"
276+
id: "create_pr_2_27"
277+
with:
278+
token: "${{ secrets.RELEASE_TOKEN }}"
279+
path: "pulp_container"
280+
committer: "pulpbot <pulp-infra@redhat.com>"
281+
author: "pulpbot <pulp-infra@redhat.com>"
282+
title: "Update CI files for branch 2.27"
283+
branch: "update-ci/2.27"
284+
base: "2.27"
285+
delete-branch: true
286+
- name: "Mark PR automerge"
287+
working-directory: "pulp_container"
288+
run: |
289+
gh pr merge --rebase --auto "${{ steps.create_pr_2_27.outputs.pull-request-number }}"
290+
if: "steps.create_pr_2_27.outputs.pull-request-number"
291+
env:
292+
GH_TOKEN: "${{ secrets.RELEASE_TOKEN }}"
293+
continue-on-error: true
263294
...

CHANGES/+add-missing-migration.misc

Lines changed: 0 additions & 2 deletions
This file was deleted.

CHANGES/+distribution_create.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+import_export_fix.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+pulpcore_3_100.feature

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+replicate-dist-data.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/+sync_result.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/2044.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/2081.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

CHANGES/2122.bugfix

Lines changed: 0 additions & 1 deletion
This file was deleted.

0 commit comments

Comments
 (0)