We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 152d4bd commit 33669c5Copy full SHA for 33669c5
2 files changed
.copier-answers.ci.yml
@@ -1,6 +1,7 @@
1
# Changes here will be overwritten by Copier; NEVER EDIT MANUALLY
2
-_commit: 6fa227b
+_commit: c733e14
3
_src_path: gh:athackst/ci
4
+automerge_mode: poll
5
bump_script_path: ''
6
do_releases: false
7
site_generator: mkdocs
.github/workflows/pr_automerge.yml
@@ -25,5 +25,7 @@ jobs:
25
pull-requests: write
26
checks: read
27
uses: athackst/ci/.github/workflows/automerge.yml@main
28
+ with:
29
+ automerge-mode: poll
30
secrets:
31
token: ${{ secrets.CI_BOT_TOKEN }}
0 commit comments