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
+5-5
Original file line number
Diff line number
Diff line change
@@ -7,11 +7,11 @@ jobs:
7
7
stale:
8
8
runs-on: ubuntu-latest
9
9
steps:
10
-
- uses: actions/stale@v1
10
+
- uses: actions/stale@v3
11
11
with:
12
12
repo-token: ${{ secrets.GITHUB_TOKEN }}
13
-
stale-issue-message: 'This issue is stale because it has been open more than 45 days with no activity. Remove stale label or comment or this will be closed in 15 days'
14
-
days-before-stale: 45
15
-
days-before-close: 15
13
+
stale-issue-message: 'This issue is stale because it has been open with no activity. Remove stale label or comment or this will be closed'
0 commit comments