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
@@ -7,7 +7,7 @@ jobs:
7
7
stale:
8
8
runs-on: ubuntu-latest
9
9
steps:
10
-
- uses: actions/stale@v3
10
+
- uses: actions/stale@v9
11
11
with:
12
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
13
stale-issue-message: 'This Issue has been automatically marked as "stale" because it has not had recent activity (for 15 days). It will be closed if no further activity occurs. Thanks for the feedback.'
0 commit comments