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
@@ -25,7 +25,7 @@ jobs:
25
25
runs-on: ubuntu-latest
26
26
27
27
steps:
28
-
- uses: actions/stale@v9.0.0
28
+
- uses: actions/stale@v9
29
29
with:
30
30
repo-token: ${{ secrets.GITHUB_TOKEN }}
31
31
stale-issue-message: 'This issue did not get any activity in the past 10 days and will be closed in 180 days if no update occurs. Please check if the develop branch has fixed it and report again or close the issue.'
0 commit comments