summaryrefslogtreecommitdiffhomepage
path: root/.github/workflows/labeler.yml
blob: c09f7eb36388f1f3d9b5074977e28b6e90ce06a9 (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
      if: github.base_ref == null
      with:
        repo-token: "${{ secrets.GITHUB_TOKEN }}"