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-1
Original file line number
Diff line number
Diff line change
@@ -15,7 +15,7 @@ jobs:
15
15
pull-requests: write # for actions/stale to close stale PRs
16
16
runs-on: ubuntu-latest
17
17
steps:
18
-
- uses: actions/stale@v4
18
+
- uses: actions/stale@v7
19
19
with:
20
20
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.'
21
21
close-issue-message: 'This issue was closed because it has been stalled for 14 days with no activity.'
0 commit comments