Skip to content

Commit d79ecf8

Browse files
athackstci-update-dispatcher[bot]
andauthored
chore: apply CI template update (#730)
Co-authored-by: ci-update-dispatcher[bot] <268749283+ci-update-dispatcher[bot]@users.noreply.github.com>
1 parent 6405e5e commit d79ecf8

4 files changed

Lines changed: 10 additions & 1 deletion

File tree

.copier-answers.ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2-
_commit: '9448815'
2+
_commit: 80fd831
33
_src_path: gh:athackst/ci
44
bump_script_path: ''
55
release_template: '## What''s changed

.github/workflows/ci_update.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,6 @@ jobs:
2626
uses: athackst/ci/.github/workflows/ci_updater.yml@main
2727
with:
2828
create-pr: true
29+
automerge: true
2930
secrets:
3031
token: ${{ secrets.CI_BOT_TOKEN }}

.github/workflows/pr_automerge.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,10 @@ on:
1313
- labeled
1414
- unlabeled
1515

16+
concurrency:
17+
group: "pr-automerge-${{ github.event.pull_request.number || github.ref }}"
18+
cancel-in-progress: true
19+
1620
jobs:
1721
pr-automerge:
1822
permissions:

.github/workflows/pr_labeler.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ name: PR Labeler
66
on:
77
pull_request_target:
88

9+
concurrency:
10+
group: "pr-labeler-${{ github.event.pull_request.number || github.ref }}"
11+
cancel-in-progress: true
12+
913
jobs:
1014
pr-label:
1115
permissions:

0 commit comments

Comments
 (0)