Initial auto PR labeler config (#9814)

* Initial auto PR labeler config

* Update .github/labeler.yml

Co-authored-by: James Young <[email protected]>

* Update since develop merged

Co-authored-by: Nick Brassel <[email protected]>

Co-authored-by: James Young <[email protected]>
Co-authored-by: Nick Brassel <[email protected]>
This commit is contained in:
Joel Challis
2020-10-18 20:40:37 +01:00
committed by GitHub
co-authored by James Young Nick Brassel
parent 6ad813e811
commit 8456625655
2 changed files with 32 additions and 0 deletions
+13
View File
@@ -0,0 +1,13 @@
name: "Pull Request Labeler"
on:
schedule:
- cron: "*/10 * * * *"
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: fjeremic/[email protected]
with:
repo-token: ${{ secrets.GITHUB_TOKEN }}