Skip to content

Commit afbd25a

Browse files
authored
[CI] Close stall PRs immediately after marking them stall (#310)
1 parent fe3c1e3 commit afbd25a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
stale-pr-message: 'This pull request is stale for 2 weeks and is going to be closed'
1919
days-before-pr-stale: 14
2020
days-before-issue-stale: -1
21-
days-before-pr-close: 14
21+
days-before-pr-close: 0
2222
days-before-issue-close: -1
2323
stale-pr-label: 'stale'
2424
operations-per-run: 100

0 commit comments

Comments
 (0)