[action] Add needs-triage labeler

pull/565/head v0.15.15
max furman 3 years ago
parent 0295280c20
commit bc4bf224e8

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

@ -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…
Cancel
Save