Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .copier-answers.ci.yml
Original file line number Diff line number Diff line change
@@ -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: ''
Expand Down
16 changes: 6 additions & 10 deletions .github/workflows/setup_labels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Loading