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
@@ -14,7 +14,7 @@ jobs:
14
14
runs-on: ubuntu-latest
15
15
16
16
steps:
17
-
- uses: actions/stale@v10
17
+
- uses: actions/stale@v11
18
18
with:
19
19
repo-token: ${{ secrets.GITHUB_TOKEN }}
20
20
stale-issue-message: 'Issues go stale after 60d of inactivity. Please comment or re-open the issue if you are still interested in getting this issue fixed.'
0 commit comments