summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
blob: dcafb97dc984afb1ee014152bea540335b8bdfdf (plain)
1
2
3
4
5
6
7
8
9
10
11
name: "Pull Request Labeler"
on:
- pull_request

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v2
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"