mirror of
https://github.com/coder/coder.git
synced 2026-09-24 15:04:27 +08:00
ci: relax stalebot (#8522)
\#6243 and others suggest the stalebot is too aggressive.
This commit is contained in:
@@ -17,7 +17,7 @@ jobs:
|
||||
with:
|
||||
stale-issue-label: "stale"
|
||||
stale-pr-label: "stale"
|
||||
days-before-stale: 90
|
||||
days-before-stale: 180
|
||||
# Pull Requests become stale more quickly due to merge conflicts.
|
||||
# Also, we promote minimizing WIP.
|
||||
days-before-pr-stale: 7
|
||||
|
||||
Reference in New Issue
Block a user