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/cron-stale.yaml
+1-1
Original file line number
Diff line number
Diff line change
@@ -11,7 +11,7 @@ jobs:
11
11
issues: write
12
12
pull-requests: write
13
13
steps:
14
-
- uses: actions/stale@v8
14
+
- uses: actions/stale@v9
15
15
with:
16
16
repo-token: ${{ secrets.GITHUB_TOKEN }}
17
17
stale-issue-message: 'This issue is stale because it has been open 90 days with no activity. Remove stale label or comment or this will be closed in 5 days. Maintainers can add the `exempt-stale` label.'
0 commit comments