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-bot.yml
+4-4Lines changed: 4 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -9,11 +9,11 @@ jobs:
9
9
steps:
10
10
- uses: actions/stale@v9
11
11
with:
12
-
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 120 days.'
12
+
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 100 days.'
13
13
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity.'
14
-
close-issue-message: 'This issue was closed because it has been stalled for 120 days with no activity. Remove stale label or comment or this will be closed in 60 days.'
14
+
close-issue-message: 'This issue was closed because it has been stalled for 190 days with no activity.'
15
15
close-pr-message: 'This issue was closed because it has been stalled for 60 days with no activity.'
0 commit comments