summaryrefslogtreecommitdiffstats
path: root/.github/workflows/label_pr.yml
blob: 5f9e25107fb6f664328b83e93d50fd918b7074d8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
name: Label PR

on:
  pull_request_target:
    types:
      - opened
      - reopened
      - synchronize

jobs:
  triage:
    runs-on: ubuntu-latest
    name: Label PR

    steps:
      - name: Label PR
        uses: actions/labeler@v3
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"
          configuration-path: .github/pr_labeler.yml