Skip to content

Commit 40d0a71

Browse files
authored
Update stale.yaml
1 parent 15fede2 commit 40d0a71

File tree

1 file changed

+8
-7
lines changed

1 file changed

+8
-7
lines changed

.github/workflows/stale.yaml

+8-7
Original file line numberDiff line numberDiff line change
@@ -9,12 +9,13 @@ jobs:
99
steps:
1010
- uses: actions/stale@v4
1111
with:
12-
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 5 days.'
13-
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 10 days.'
14-
close-issue-message: 'This issue was closed because it has been stalled for 5 days with no activity.'
15-
close-pr-message: 'This PR was closed because it has been stalled for 10 days with no activity.'
12+
stale-issue-message: 'This issue is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 7 days.'
13+
stale-pr-message: 'This PR is stale because it has been open 60 days with no activity. Remove stale label or comment or this will be closed in 15 days.'
14+
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
15+
close-pr-message: 'This PR was closed because it has been stalled for 15 days with no activity.'
1616
days-before-issue-stale: 60
1717
days-before-pr-stale: 60
18-
days-before-issue-close: 5
19-
days-before-pr-close: 10
20-
debug-only: true
18+
days-before-issue-close: 7
19+
days-before-pr-close: 15
20+
operations-per-run: 100
21+
ascending: true

0 commit comments

Comments
 (0)