We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 33669c5 commit f4e4c4dCopy full SHA for f4e4c4d
3 files changed
.copier-answers.ci.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: c733e14
+_commit: 7ca8425
3
_src_path: gh:athackst/ci
4
automerge_mode: poll
5
bump_script_path: ''
.github/workflows/pr_automerge.yml
@@ -6,10 +6,6 @@ name: PR Automerge
6
on:
7
pull_request_target:
8
types:
9
- - opened
10
- - synchronize
11
- - reopened
12
- - ready_for_review
13
- labeled
14
- unlabeled
15
.github/workflows/setup_labels.yml
@@ -14,6 +14,8 @@ jobs:
setup-labels:
runs-on: ubuntu-latest
16
steps:
17
+ - uses: actions/checkout@v6
18
+
19
- name: Setup labels
20
id: setup-labels
21
uses: athackst/ci/actions/setup-labels@main
0 commit comments