summaryrefslogtreecommitdiff
path: root/.github/workflows/labeler.yml
blob: 7abbbeca34fa293f12f92ead345f88ab212836c0 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
name: "Pull Request Labeler"

on:
  schedule:
  - cron: "*/10 * * * *"

jobs:
  triage:
    runs-on: ubuntu-latest
    steps:
    - uses: fjeremic/cron-labeler@0.2.0
      with:
        repo-token: ${{ secrets.GITHUB_TOKEN }}