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
stale:
10
10
runs-on: ubuntu-latest
11
11
steps:
12
-
- uses: actions/stale@v8
12
+
- uses: actions/stale@v9
13
13
id: stale
14
14
with:
15
15
stale-issue-message: 'This issue has gone 7 days without any activity and meets the project’s definition of "stale". This will be auto-closed if there is no new activity over the next 7 days. If the issue is still relevant and active, you can simply comment with a "bump" to keep it open, or add the label "not_stale". Thanks for keeping our repository healthy!'
0 commit comments