forked from mirrors/qmk_userspace
Initial actions/labeler config (#7091)
* Initial actions/labeler config * Initial actions/labeler config - add extra from review
This commit is contained in:
parent
581a8fa058
commit
32fdf4805a
2 changed files with 29 additions and 0 deletions
11
.github/workflows/labeler.yml
vendored
Normal file
11
.github/workflows/labeler.yml
vendored
Normal file
|
@ -0,0 +1,11 @@
|
|||
name: "Pull Request Labeler"
|
||||
on:
|
||||
- pull_request
|
||||
|
||||
jobs:
|
||||
triage:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/labeler@v2
|
||||
with:
|
||||
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
Loading…
Add table
Add a link
Reference in a new issue