aboutsummaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
blob: 909e197b573ea7883b891fe5ea889b25a7bdfe17 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Pull Request Labeler"
on:
- pull_request_target
jobs:
  triage:
    runs-on: ubuntu-latest
    permissions:
      contents: read
      pull-requests: write
    steps:
    - uses: actions/labeler@main
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"