Create triage label workflow
This commit is contained in:
parent
93ba61ddb9
commit
6e198167dc
1 changed files with 14 additions and 0 deletions
14
.github/workflows/triage.yml
vendored
Normal file
14
.github/workflows/triage.yml
vendored
Normal 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
|
Loading…
Add table
Reference in a new issue