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
@@ -18,7 +18,7 @@ jobs:
18
18
pull-requests: write
19
19
20
20
steps:
21
-
- uses: actions/stale@v5
21
+
- uses: actions/stale@v10
22
22
with:
23
23
repo-token: ${{ secrets.GITHUB_TOKEN }}
24
24
stale-issue-message: 'This issue has been automatically closed because it has been inactive for many days. Please reopen if you still intend on working on this problem'
0 commit comments