From f621a0a91b8b389ce6dfada0efd5c49d71c862eb Mon Sep 17 00:00:00 2001 From: Allison Thackston <73732028+althack@users.noreply.github.com> Date: Tue, 23 Jun 2026 09:19:13 -0700 Subject: [PATCH] Update CI workflow references --- .copier-answers.ci.yml | 2 +- .github/workflows/ci_update.yml | 2 +- .github/workflows/setup_labels.yml | 16 ++++++---------- 3 files changed, 8 insertions(+), 12 deletions(-) diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 3dda26d7..72d24146 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: 28773dc +_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 31034870..09d3bc5b 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 diff --git a/.github/workflows/setup_labels.yml b/.github/workflows/setup_labels.yml index a42fc2ad..8ad5ef08 100644 --- a/.github/workflows/setup_labels.yml +++ b/.github/workflows/setup_labels.yml @@ -12,13 +12,9 @@ on: jobs: setup-labels: - runs-on: ubuntu-latest - steps: - - uses: actions/checkout@v6 - - - name: Setup labels - id: setup-labels - uses: athackst/ci/actions/setup-labels@main - with: - github-token: ${{ secrets.CI_BOT_TOKEN || github.token }} - configuration-path: .github/ci-config.yml + permissions: + contents: read + issues: write + uses: athackst/ci/.github/workflows/setup_labeler.yml@main + secrets: + token: ${{ secrets.CI_BOT_TOKEN }}