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
@@ -8,7 +8,7 @@ jobs:
8
8
timeout-minutes: 1
9
9
runs-on: ubuntu-latest
10
10
steps:
11
-
- uses: actions/stale@v9.0.0
11
+
- uses: actions/stale@v9.1.0
12
12
with:
13
13
repo-token: ${{ secrets.GITHUB_TOKEN }}
14
14
stale-pr-message: 'This pull request has been marked as stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 7 days'
0 commit comments