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
@@ -9,7 +9,7 @@ jobs:
9
9
issues: write
10
10
pull-requests: write
11
11
steps:
12
-
- uses: actions/stale@v4
12
+
- uses: actions/stale@v7
13
13
with:
14
14
repo-token: ${{ secrets.GITHUB_TOKEN }}
15
15
stale-issue-message: 'This issue has been marked as stale due to inactivity. Please respond or otherwise resolve the issue within 7 days or it will be closed.'
0 commit comments