We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d35794 commit 6147bb8Copy full SHA for 6147bb8
2 files changed
.copier-answers.ci.yml
@@ -1,5 +1,5 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: add6458
+_commit: 9121f24
3
_src_path: gh:athackst/ci
4
bump_script_path: ''
5
release_template: '## What''s changed
.github/workflows/pr_bot.yml
@@ -6,6 +6,7 @@ on:
6
7
jobs:
8
pr-label:
9
+ if: ${{ github.event_name == 'pull_request' }}
10
permissions:
11
contents: read
12
pull-requests: write
0 commit comments