Skip to content

Commit d42fe8c

Browse files
authored
[ci] Also check stale PRs (#1912)
1 parent 3cdc560 commit d42fe8c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/autoclose-stale.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,9 @@ jobs:
1313
exempt-issue-labels: 'roadmap'
1414
exempt-pr-labels: 'roadmap'
1515
stale-issue-message: 'This issue is stale because it has been open 30 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 5 days.'
16+
stale-pr-message: 'This PR is stale because it has been open 45 days with no activity and is not "roadmap" labeled or part of any milestone. Remove stale label or comment or this will be closed in 10 days.'
1617
days-before-stale: 30
1718
days-before-close: 5
19+
days-before-pr-stale: 45
20+
days-before-pr-close: 10
1821
operations-per-run: 200

0 commit comments

Comments
 (0)