summaryrefslogtreecommitdiff
path: root/.github/workflows/label.yml
blob: afcd7b568c4f2dfbf4731956f1d8de42df577a31 (plain)
1
2
3
4
5
6
7
8
9
10
---
name: Labeler
on: [pull_request]
jobs:
  label:
    runs-on: ubuntu-latest
    steps:
      - uses: actions/labeler@v2
        with:
          repo-token: "${{ secrets.GITHUB_TOKEN }}"