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
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@ jobs:
20
20
with:
21
21
stale-issue-message: 'This issue is stale because it has been open for 30 days with no activity. Respond with a comment or this will be closed in 7 days.'
22
22
days-before-stale: 30# Days before an issue becomes stale
23
-
days-before-close: 7# Days before an issue with no activity after begin labelled "stale" is closed
23
+
days-before-close: 7# Days before a stale labelled issue is closed
0 commit comments