summaryrefslogtreecommitdiffstats
path: root/.github/workflows/labeler.yml
blob: 130d438550c60e4c4659f3e9efb075f18ca83c55 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
# Handles labelling of PR's.
name: Pull Request Labeler
on:
  schedule:
    - cron: '*/5 * * * *'
jobs:
  labeler:
    runs-on: ubuntu-latest
    steps:
      - uses: paulfantom/periodic-labeler@master
        env:
          GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
          GITHUB_REPOSITORY: ${{ github.repository }}
          LABEL_MAPPINGS_FILE: .github/labeler.yml