From 8056fc137eede18d5eeca4f1a87f0d63f77316a2 Mon Sep 17 00:00:00 2001 From: althack <73732028+althack@users.noreply.github.com> Date: Sun, 21 Jun 2026 16:44:48 +0000 Subject: [PATCH] chore: apply CI template update --- .copier-answers.ci.yml | 2 +- .github/workflows/setup_labels.yml | 16 ++++++---------- 2 files changed, 7 insertions(+), 11 deletions(-) diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 04a0bbb..bf129a7 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: f7bd500 +_commit: 0a04b0d _src_path: gh:athackst/ci automerge_mode: poll bump_script_path: '' diff --git a/.github/workflows/setup_labels.yml b/.github/workflows/setup_labels.yml index a42fc2a..8ad5ef0 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 }}