Skip to content

Commit 13c9ba3

Browse files
The-Compilernicoddemus
authored andcommitted
Improve stale bot messages (#12185)
To avoid confusion, see e.g. #12123 (comment) Co-authored-by: Bruno Oliveira <[email protected]>
1 parent 8a5cbd4 commit 13c9ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/stale.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
days-before-issue-close: 7
1818
only-labels: "status: needs information"
1919
stale-issue-label: "stale"
20-
stale-issue-message: "This issue is stale because it has been open for 14 days with no activity."
21-
close-issue-message: "This issue was closed because it has been inactive for 7 days since being marked as stale."
20+
stale-issue-message: "This issue is stale because it has the `status: needs information` label and requested follow-up information was not provided for 14 days."
21+
close-issue-message: "This issue was closed because it has the `status: needs information` label and follow-up information has not been provided for 7 days since being marked as stale."
2222
days-before-pr-stale: -1
2323
days-before-pr-close: -1

0 commit comments

Comments
 (0)