summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/labeler.yml
blob: b5fd10352d268e6e81f8d733a0c3f5e445611c19 (plain)
1
2
3
4
5
6
7
8
9
10
11
name: "Labeler"
on:
- pull_request

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