aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/pr-labeler.yml
blob: 39067d1d99a40aef6bcba2c441955dc2facccf72 (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@v3
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"