aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/labeler.yml
blob: 6bcdf51a89288836ca1b2b676b9b69ad9821afde (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: 'Pull Request Labeler'
on:
  - pull_request_target

jobs:
  labeler:
    name: Pull Request Labeler
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v4.0.1
        with:
          repo-token: '${{ secrets.GITHUB_TOKEN }}'