Create github/action for triage labelling

This commit is contained in:
Nacho 2019-09-25 11:14:52 -04:00 committed by GitHub
parent 3164f99b3b
commit 2ccdeec550
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 14 additions and 0 deletions

14
.github/workflows/issue-triage.yml vendored Normal file
View File

@ -0,0 +1,14 @@
name: Apply triage label to new issue
on:
issues:
types: [opened]
jobs:
triage:
runs-on: ubuntu-latest
steps:
- uses: andymckay/labeler@1.0
with:
repo-token: "${{ secrets.GITHUB_TOKEN }}"
labels: "Status: Triage"