Skip to content

[pre-commit.ci] Auto-update pre-commit hooks #64

[pre-commit.ci] Auto-update pre-commit hooks

[pre-commit.ci] Auto-update pre-commit hooks #64

Workflow file for this run

# Automatically label new pull requests based on the files changed.
#
# See: https://github.com/actions/labeler
#
name: labeller
on: [pull_request_target]
jobs:
label:
name: Label
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
configuration-path: .github/autolabels.yml
sync-labels: true