mirror of https://github.com/dense-analysis/ale
Tell stale bot to wait longer before closing PRs
This commit is contained in:
parent
d5c1d84230
commit
cfda549056
|
@ -1,9 +1,10 @@
|
||||||
---
|
---
|
||||||
# This configuration closes stale PRs after 30 days.
|
# This configuration closes stale PRs after 28 + 7 days.
|
||||||
|
# That's 4 weeks until stale bot complains, and a week until it closes a PR.
|
||||||
# Issues in ALE are never, ever stale. They are either resolved or not.
|
# Issues in ALE are never, ever stale. They are either resolved or not.
|
||||||
only: pulls
|
only: pulls
|
||||||
daysUntilStale: 28
|
daysUntilStale: 28
|
||||||
daysUntilClose: 2
|
daysUntilClose: 7
|
||||||
exemptLabels: []
|
exemptLabels: []
|
||||||
staleLabel: stale
|
staleLabel: stale
|
||||||
markComment: >
|
markComment: >
|
||||||
|
|
Loading…
Reference in New Issue