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
@@ -16,7 +16,7 @@ jobs:
16
16
pull-requests: write # for actions/stale to close stale PRs
17
17
runs-on: ubuntu-latest
18
18
steps:
19
-
- uses: actions/stale@v8
19
+
- uses: actions/stale@v9
20
20
with:
21
21
stale-issue-message: 'This issue is stale because it has been open 280 days with no activity. Remove stale label or comment or this will be closed in 14 days.'
22
22
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
0 commit comments