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/close_inactive_issues.yaml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -16,7 +16,7 @@ jobs:
16
16
stale-issue-label: "stale"
17
17
stale-issue-message: "This issue is stale because it has been open for 45 days with no activity."
18
18
days-before-issue-close: 365# for initial period, suggest 30
19
-
close-issue-message: "This issue was closed because it has been inactive for 365 days since being marked as stale."
19
+
close-issue-message: "This issue was closed because it has been inactive for 365 days since being marked as stale, please reopen if it's still applicable."
20
20
days-before-pr-stale: 45# for initial period, suggest 15
21
21
days-before-pr-close: 365# for initial period, suggest 30
0 commit comments