summaryrefslogtreecommitdiff
path: root/.github/workflows/pr_labeler.yml
blob: 0c76a2520f02cb34271b07e589698047a5270169 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: PR Labeler
on:
  - pull_request_target

jobs:
  triage:
    runs-on: ubuntu-20.04
    steps:
      - uses: actions/labeler@v3
        with:
          repo-token: ${{ secrets.AC_GITHUB_TOKEN }}
          configuration-path: .github/labeler.yml
          sync-labels: true