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
@@ -27,7 +27,7 @@ jobs:
27
27
timeout-minutes: 1# Default: 360
28
28
runs-on: ubuntu-latest
29
29
steps:
30
-
- uses: actions/stale@v9.0.0
30
+
- uses: actions/stale@v9.1.0
31
31
with:
32
32
repo-token: ${{ secrets.GITHUB_TOKEN }}
33
33
stale-issue-message: 'This issue/PR is stale because it has been inactive for 60 days. This issue/PR will be closed automatically with additional 20 days of inactivity. If an update/comment occur on stale issue/PR, the stale label will be removed and the timer will restart. Closed issue/PR can be reopened if necessary.'
0 commit comments