summaryrefslogtreecommitdiff
path: root/.github/workflows/label.yml
blob: 210722a55c8755a70c745330a98f3e9a0cb4ecf0 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: Labeler
on:
  - pull_request_target

jobs:
  label:
    runs-on: ubuntu-latest
    steps:
    - uses: actions/labeler@v4
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"