Skip to content

refactor: extract detect-state workflow from project.md (#135) #49

refactor: extract detect-state workflow from project.md (#135)

refactor: extract detect-state workflow from project.md (#135) #49

Workflow file for this run

name: Auto Label PRs
on:
pull_request:
types: [opened, synchronize, reopened]
jobs:
label:
runs-on: ubuntu-latest
permissions:
contents: read
pull-requests: write
steps:
- uses: actions/labeler@v5
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"