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.yml
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -12,7 +12,7 @@ jobs:
12
12
name: 'Close month old issues and PRs'
13
13
runs-on: ubuntu-latest
14
14
steps:
15
-
- uses: actions/stale@v7
15
+
- uses: actions/stale@v8
16
16
with:
17
17
start-date: '2022-01-01T00:00:00Z'
18
18
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity. Remove stale label or comment or this will be closed in 30 days.'
@@ -32,7 +32,7 @@ jobs:
32
32
name: 'Close year old issues and PRs'
33
33
runs-on: ubuntu-latest
34
34
steps:
35
-
- uses: actions/stale@v7
35
+
- uses: actions/stale@v8
36
36
with:
37
37
stale-issue-message: 'This issue is stale because it has been open for 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.'
38
38
stale-pr-message: 'This PR is stale because it has been open 1 year with no activity. Remove stale label or comment or this will be closed in 30 days.'
0 commit comments