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

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"