Create triage label workflow

This commit is contained in:
Roman Zabaluev 2021-12-13 15:54:52 +03:00 committed by GitHub
parent 93ba61ddb9
commit 6e198167dc
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

14
.github/workflows/triage.yml vendored Normal file
View file

@ -0,0 +1,14 @@
name: Triage label new issues
on:
issues:
types:
- opened
jobs:
triage_label_issues:
runs-on: ubuntu-latest
steps:
- name: Label issues
uses: andymckay/labeler@master
with:
add-labels: "status/triage"
ignore-if-assigned: true