trans4 / .github /workflows /labeler.yml
Mayo
ci: enhance workflow
6075322 unverified
Raw
History Blame Contribute Delete
371 Bytes
name: Labeler
on:
pull_request_target:
types: [opened, synchronize, reopened, ready_for_review]
permissions:
contents: read
issues: write
pull-requests: write
jobs:
label:
name: Label PR
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v5
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true