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/StaleIssues.yml
+3-2Lines changed: 3 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,8 +12,9 @@ jobs:
12
12
- uses: actions/stale@v10
13
13
with:
14
14
days-before-issue-stale: 365
15
-
days-before-issue-close: 7
15
+
days-before-issue-close: 31
16
16
stale-issue-label: "stale"
17
-
stale-issue-message: "This issue has been inactive for a year. It will be closed in 7 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open."
17
+
stale-issue-message: "This issue has been inactive for a year. It will be closed in 31 days if no further activity occurs. If you believe this issue is still relevant, please comment to keep it open."
18
18
close-issue-message: "Closing due to prolonged inactivity."
0 commit comments