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
@@ -13,7 +13,7 @@ jobs:
13
13
pull-requests: write
14
14
15
15
steps:
16
-
- uses: actions/stale@v4
16
+
- uses: actions/stale@v10
17
17
with:
18
18
repo-token: ${{ secrets.GITHUB_TOKEN }}
19
19
stale-issue-message: 'Any updates here? No progress has been made in the last 15 days, marking as stale. Will close this issue if no further updates are made in the next 30 days.'
0 commit comments