Skip to content

Commit f4e4c4d

Browse files
authored
chore: apply CI template update (#782)
1 parent 33669c5 commit f4e4c4d

3 files changed

Lines changed: 3 additions & 5 deletions

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: c733e14
2+
_commit: 7ca8425
33
_src_path: gh:athackst/ci
44
automerge_mode: poll
55
bump_script_path: ''

.github/workflows/pr_automerge.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,6 @@ name: PR Automerge
66
on:
77
pull_request_target:
88
types:
9-
- opened
10-
- synchronize
11-
- reopened
12-
- ready_for_review
139
- labeled
1410
- unlabeled
1511

.github/workflows/setup_labels.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,8 @@ jobs:
1414
setup-labels:
1515
runs-on: ubuntu-latest
1616
steps:
17+
- uses: actions/checkout@v6
18+
1719
- name: Setup labels
1820
id: setup-labels
1921
uses: athackst/ci/actions/setup-labels@main

0 commit comments

Comments
 (0)