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/close-stale-issues.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -10,7 +10,7 @@ jobs:
10
10
stale:
11
11
runs-on: ubuntu-latest
12
12
steps:
13
-
- uses: actions/stale@v3
13
+
- uses: actions/stale@v9
14
14
with:
15
15
repo-token: ${{ secrets.GITHUB_TOKEN }}
16
16
stale-issue-message: 'This issue is being marked stale because it has been open for 60 days with no activity. Please comment if this issue is still affecting you. If there is no change, this issue will be closed in 30 days.'
0 commit comments