Skip to content

Commit 59eb8c6

Browse files
authored
Increase stale issue and PR thresholds
1 parent ae1c8ec commit 59eb8c6

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/close-stale.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
stale-pr-message: 'This PR is stale because it has been open 7 days with no activity. Remove stale label or comment or this will be closed in 3 days.'
2121
close-issue-message: 'This issue was closed because it has been stalled for 7 days with no activity.'
2222
close-pr-message: 'This PR was closed because it has been stalled for 3 days with no activity.'
23-
days-before-issue-stale: 30
24-
days-before-pr-stale: 7
25-
days-before-issue-close: 7
26-
days-before-pr-close: 3
23+
days-before-issue-stale: 90
24+
days-before-pr-stale: 14
25+
days-before-issue-close: 14
26+
days-before-pr-close: 7

0 commit comments

Comments
 (0)