Skip to content

Commit 9e5c2c2

Browse files
pulpbotmdellweg
authored andcommitted
Bump minor version
1 parent aeecfe4 commit 9e5c2c2

25 files changed

Lines changed: 35 additions & 30 deletions

.github/workflows/update_ci.yml

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

CHANGES/+atomic-replication-support.bugfix

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

CHANGES/+flatpak-cache-key.bugfix

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

CHANGES/+flatpak-domain-name.bugfix

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

CHANGES/+flatpak-index-cache.bugfix

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

CHANGES/+flatpak-manifest-list-filter.bugfix

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

CHANGES/+flatpak-registry-host.bugfix

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

CHANGES/+include_exclude_tags.removal

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

CHANGES/+mono-push.bugfix

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

CHANGES/+resource-budget.bugfix

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

0 commit comments

Comments
 (0)