mirror of
https://github.com/coder/coder.git
synced 2025-07-13 21:36:50 +00:00
chore(.github): disable stalebot (#14637)
This commit is contained in:
5
.github/workflows/stale.yaml
vendored
5
.github/workflows/stale.yaml
vendored
@ -17,7 +17,10 @@ jobs:
|
||||
with:
|
||||
stale-issue-label: "stale"
|
||||
stale-pr-label: "stale"
|
||||
days-before-stale: 180
|
||||
# days-before-stale: 180
|
||||
# essentially disabled for now while we work through polish issues
|
||||
days-before-stale: 3650
|
||||
|
||||
# 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