[action] Add needs-triage labeler

This commit is contained in:
max furman 2021-05-04 11:29:53 -07:00
parent 0295280c20
commit bc4bf224e8
2 changed files with 16 additions and 0 deletions

2
.github/needs-triage-labeler.yml vendored Normal file
View file

@ -0,0 +1,2 @@
needs triage:
- "**"

14
.github/workflows/labeler.yml vendored Normal file
View 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