Skip to content

Commit 03c479e

Browse files
authored
chore(ci): add new label for stale automation (#1390)
1 parent f05cba8 commit 03c479e

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

Diff for: .github/workflows/stale-issues.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,8 @@ jobs:
2323
close-issue-reason: not_planned
2424
# Exempt any issue that hasn't been triaged yet, or that is clearly labeled
2525
exempt-issue-labels: triage,status/confirmed,status/blocked,status/on-hold,status/completed
26-
# Include only issues that were labeled as `need-customer-feedback` (aka only issues that need more info from the customer)
27-
only-issue-labels: need-customer-feedback
26+
# Include only issues that were labeled as `need-response` (aka only issues that need a response from the customer)
27+
only-issue-labels: need-response
2828
# Settings specific to issues
2929
days-before-issue-stale: 14
3030
days-before-issue-close: 7

Diff for: MAINTAINERS.md

+3-3
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,8 @@ These are the most common labels used by maintainers to triage issues, pull requ
103103
| good-first-issue | Something that is suitable for those who want to start contributing | |
104104
| help-wanted | Tasks you want help from anyone to move forward | Bandwidth, complex topics, etc. |
105105
| need-customer-feedback | Tasks that need more feedback before proceeding | 80/20% rule, uncertain, etc. |
106-
| need-more-information | Missing information before making any calls | Triggers stale automation after 2 weeks |
106+
| need-more-information | Missing information before making any calls | Signal that investigation or answers are needed |
107+
| need-response | Requires a response from a customer and might be automatically closed if none is received | Marked as stale after 2 weeks, and closed after 3 |
107108
| need-issue | PR is missing a related issue for tracking change | |
108109

109110
## Maintainer Responsibilities
@@ -269,8 +270,7 @@ In other cases, you may have constrained capacity. Use `help-wanted` label when
269270

270271
When in doubt, use `need-more-information` or `need-customer-feedback` labels to signal more context and feedback are necessary before proceeding. You can also use `status/on-hold` label when you expect it might take a while to gather enough information before you can decide.
271272

272-
Note that issues marked as `need-customer-feedback` will be
273-
automatically closed after 3 weeks of inactivity.
273+
Note that issues marked as `need-response` will be automatically closed after 3 weeks of inactivity.
274274

275275
### Crediting contributions
276276

0 commit comments

Comments
 (0)