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
@@ -8,7 +8,7 @@ jobs:
8
8
stale:
9
9
runs-on: ubuntu-latest
10
10
steps:
11
-
- uses: actions/stale@v9.0.0
11
+
- uses: actions/stale@v9
12
12
with:
13
13
stale-issue-message: 'This issue has been automatically marked as stale because it did not have recent activity. It will be closed if no further activity occurs.'
14
14
close-issue-message: 'This issue has been automatically closed due to inactivity. Feel free to open it again if needed.'
0 commit comments