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
# Days before closing after marking as stale (0 means close immediately)
22
+
days-before-close: 7
23
+
# Do not process PRs, only issues
24
+
days-before-pr-stale: -1
25
+
days-before-pr-close: -1
26
+
# Label to add to inactive issues
27
+
stale-issue-label: "stale"
28
+
# Comment when marking as stale
29
+
stale-issue-message: "This issue has been inactive for 2 months and will be automatically closed in 7 days. If the issue still exists, please reply to this issue."
30
+
# Comment when closing
31
+
close-issue-message: "This issue has been automatically closed due to prolonged inactivity. You can reopen it if necessary."
0 commit comments