summaryrefslogtreecommitdiff
path: root/.github/workflows/label.yml
blob: c01c3569594fbcab40606630f8ef43f3c29e8f03 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
name: Labeler
on: [pull_request]

jobs:
  label:

    runs-on: ubuntu-latest

    steps:
    - uses: actions/labeler@v2
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"