From e1fafd0c541f8dd7a8740b6a08684257997ed33d Mon Sep 17 00:00:00 2001 From: althack <73732028+althack@users.noreply.github.com> Date: Tue, 23 Jun 2026 17:22:02 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/workflows/ci_update.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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