You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/stale.yml
+2-2
Original file line number
Diff line number
Diff line change
@@ -17,7 +17,7 @@ jobs:
17
17
days-before-issue-close: 7
18
18
only-labels: "status: needs information"
19
19
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."
0 commit comments