Skip to content

Commit

Permalink
Update CI files
Browse files Browse the repository at this point in the history
  • Loading branch information
pulpbot authored and mdellweg committed Dec 10, 2024
1 parent 8b29211 commit 5e27ac2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/template_gitref
Original file line number Diff line number Diff line change
@@ -1 +1 @@
2021.08.26-410-g2f9c454
2021.08.26-411-g6a2035a
4 changes: 4 additions & 0 deletions .github/workflows/update_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ jobs:
base: "main"
delete-branch: true
- name: "Experiment: Mark PR automerge"
working-directory: "pulp_file"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_main.outputs.pull-request-number }}"
if: "steps.create_pr_main.outputs.pull-request-number"
Expand Down Expand Up @@ -97,6 +98,7 @@ jobs:
base: "1.11"
delete-branch: true
- name: "Experiment: Mark PR automerge"
working-directory: "pulp_file"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_1_11.outputs.pull-request-number }}"
if: "steps.create_pr_1_11.outputs.pull-request-number"
Expand Down Expand Up @@ -127,6 +129,7 @@ jobs:
base: "1.12"
delete-branch: true
- name: "Experiment: Mark PR automerge"
working-directory: "pulp_file"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_1_12.outputs.pull-request-number }}"
if: "steps.create_pr_1_12.outputs.pull-request-number"
Expand Down Expand Up @@ -157,6 +160,7 @@ jobs:
base: "1.15"
delete-branch: true
- name: "Experiment: Mark PR automerge"
working-directory: "pulp_file"
run: |
gh pr merge --rebase --auto "${{ steps.create_pr_1_15.outputs.pull-request-number }}"
if: "steps.create_pr_1_15.outputs.pull-request-number"
Expand Down

0 comments on commit 5e27ac2

Please sign in to comment.