Add issue triage config (#11880)

This commit is contained in:
Carlos Mocholí 2022-02-28 12:10:38 +01:00 committed by GitHub
parent db1c709519
commit d5de33b06a
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
5 changed files with 11 additions and 4 deletions

11
.devbots/needs-triage.yml Normal file
View File

@ -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: ["*"]

View File

@ -2,7 +2,6 @@
name: Bug report
about: Create a bug report to help us improve
title: ''
labels: bug
assignees: ''
---

View File

@ -2,7 +2,6 @@
name: Typos and doc fixes
about: Tell us about how we can improve our documentation
title: ''
labels: docs
assignees: ''
---

View File

@ -2,7 +2,6 @@
name: Feature request
about: Propose a feature for this project
title: ''
labels: feature
assignees: ''
---

View File

@ -2,7 +2,6 @@
name: Refactor
about: Suggest a code refactor or deprecation
title: ''
labels: refactor
assignees: ''
---