diff --git a/.copier-answers.ci.yml b/.copier-answers.ci.yml index 3dda26d7..71b50050 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: 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 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 }}