Skip to content

[pre-commit.ci] pre-commit autoupdate #26

[pre-commit.ci] pre-commit autoupdate

[pre-commit.ci] pre-commit autoupdate #26

Workflow file for this run

# Reference
# - https://github.com/actions/labeler
# - https://github.com/github/issue-labeler
name: ci-label
on:
pull_request_target:
types: [opened, edited, reopened]
issues:
types: [opened, edited, reopened]
jobs:
issue_triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
configuration-path: .github/pull_request_labeler.yml
repo-token: ${{ secrets.GITHUB_TOKEN }}
- uses: github/[email protected]
with:
configuration-path: .github/labeler.yml
enable-versioned-regex: 0
include-title: 1
repo-token: ${{ secrets.GITHUB_TOKEN }}