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
@@ -18,7 +18,7 @@ jobs:
18
18
steps:
19
19
- uses: actions/stale@v8
20
20
with:
21
-
stale-issue-message: 'This issue is stale because it has been open for 7 days with no activity. Respond with a comment or this will be closed in 7 days.'
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
23
days-before-close: 7# Days before an issue with no activity after begin labelled "stale" is closed
0 commit comments