diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index bf129a7..2c26dfb 100644 --- a/.copier-answers.ci.yml +++ b/.copier-answers.ci.yml @@ -1,5 +1,5 @@ # Changes here will be overwritten by Copier; NEVER EDIT MANUALLY -_commit: 0a04b0d +_commit: b1a4f97 _src_path: gh:athackst/ci automerge_mode: poll bump_script_path: '' diff --git a/.github/workflows/ci_update.yml b/.github/workflows/ci_update.yml index 3103487..09d3bc5 100644 --- a/.github/workflows/ci_update.yml +++ b/.github/workflows/ci_update.yml @@ -18,7 +18,7 @@ jobs: permissions: contents: write pull-requests: write - # Required for creating an issue if the workflow fails + # Required for maintaining the CI Updater failure issue. issues: write # Required in this environment to allow PRs that modify .github/workflows/*. actions: write