Skip to content

Commit 257e52e

Browse files
authored
ci: aggressively close stale PRs (coder#3146)
1 parent 5e32468 commit 257e52e

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/stale.yaml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,3 +15,7 @@ jobs:
1515
with:
1616
stale-issue-label: stale
1717
stale-pr-label: stale
18+
# Pull Requests become stale more quickly due to merge conflicts.
19+
# Also, we promote minimizing WIP.
20+
days-before-pr-stale: 7
21+
days-before-pr-close: 3

0 commit comments

Comments
 (0)