Skip to content

Commit 2a66b37

Browse files
committed
chore: update stale config
1 parent 7d5bdbf commit 2a66b37

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

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

+4-2
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,10 @@ 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-more-information` (aka only issues that need more info from the customer)
27-
only-issue-labels: need-more-information
26+
# Include only issues that were labeled as
27+
`need-customer-feedback`
28+
(aka only issues that need more info from the customer)
29+
only-issue-labels: need-customer-feedback
2830
# Settings specific to issues
2931
days-before-issue-stale: 14
3032
days-before-issue-close: 7

Diff for: MAINTAINERS.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -269,7 +269,8 @@ In other cases, you may have constrained capacity. Use `help-wanted` label when
269269

270270
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.
271271

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

274275
### Crediting contributions
275276

0 commit comments

Comments
 (0)