[action] Add needs-triage labeler
This commit is contained in:
parent
0295280c20
commit
bc4bf224e8
2 changed files with 16 additions and 0 deletions
2
.github/needs-triage-labeler.yml
vendored
Normal file
2
.github/needs-triage-labeler.yml
vendored
Normal file
|
@ -0,0 +1,2 @@
|
||||||
|
needs triage:
|
||||||
|
- "**"
|
14
.github/workflows/labeler.yml
vendored
Normal file
14
.github/workflows/labeler.yml
vendored
Normal file
|
@ -0,0 +1,14 @@
|
||||||
|
name: labeler
|
||||||
|
on:
|
||||||
|
pull_request:
|
||||||
|
branches:
|
||||||
|
- master
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
label:
|
||||||
|
runs-on: ubuntu-latest
|
||||||
|
steps:
|
||||||
|
- uses: actions/labeler@v2
|
||||||
|
with:
|
||||||
|
repo-token: "${{ secrets.GITHUB_TOKEN }}"
|
||||||
|
configuration-path: .github/needs-triage-labeler.yml
|
Loading…
Reference in a new issue