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:
co-authored by
James Young
Nick Brassel
parent
6ad813e811
commit
8456625655
@@ -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 }}
|
||||
Reference in New Issue
Block a user