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