aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-labeler.yml
blob: 0c4b25111097fa64fb4bbd2d52907cc1ffc8c614 (plain)
1
2
3
4
5
6
7
8
9
10
11
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 }}"