Skip to content

Commit 970a829

Browse files
authored
ci: relax stalebot (coder#8522)
\coder#6243 and others suggest the stalebot is too aggressive.
1 parent 52b4563 commit 970a829

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stale.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
with:
1818
stale-issue-label: "stale"
1919
stale-pr-label: "stale"
20-
days-before-stale: 90
20+
days-before-stale: 180
2121
# Pull Requests become stale more quickly due to merge conflicts.
2222
# Also, we promote minimizing WIP.
2323
days-before-pr-stale: 7

0 commit comments

Comments
 (0)