thorvg/.github/workflows/pull_request_label.yml
JunsuChoi 7e4a568ec2 infra: Add PR labeler
Add a labeler that automatically creates labels when a pull request is created.
(You can edit the labeler by modifying ./.github/labeler.yml.)

https://github.com/thorvg/thorvg/issues/labels
2024-09-23 13:24:48 +09:00

13 lines
235 B
YAML

name: Pull Request Labeler
on: [pull_request_target]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: actions/labeler@v4
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}
sync-labels: true