Add issue triage config (#11880)
This commit is contained in:
parent
db1c709519
commit
d5de33b06a
|
@ -0,0 +1,11 @@
|
|||
# adds a triage 3 minutes after creation.
|
||||
# triagers should replace this label with any appropriate labels, then, the cc-bot will cc interested parties.
|
||||
enabled: true
|
||||
label: "needs triage"
|
||||
delay: 3
|
||||
# issus only have assignees, milestones, or these labels when a core contributor created them.
|
||||
# no need to add the triage label in that case
|
||||
skip_when_has_assignee: true
|
||||
skip_when_has_milestone: true
|
||||
# consider it triaged once a label is added. this means issues cannot have automatic labels
|
||||
skip_when_has_labels: ["*"]
|
|
@ -2,7 +2,6 @@
|
|||
name: Bug report
|
||||
about: Create a bug report to help us improve
|
||||
title: ''
|
||||
labels: bug
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
name: Typos and doc fixes
|
||||
about: Tell us about how we can improve our documentation
|
||||
title: ''
|
||||
labels: docs
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
name: Feature request
|
||||
about: Propose a feature for this project
|
||||
title: ''
|
||||
labels: feature
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
|
@ -2,7 +2,6 @@
|
|||
name: Refactor
|
||||
about: Suggest a code refactor or deprecation
|
||||
title: ''
|
||||
labels: refactor
|
||||
assignees: ''
|
||||
---
|
||||
|
||||
|
|
Loading…
Reference in New Issue