Tell stale bot to wait longer before closing PRs

This commit is contained in:
w0rp 2020-08-17 10:20:41 +01:00
parent d5c1d84230
commit cfda549056
No known key found for this signature in database
GPG Key ID: 0FC1ECAA8C81CD83
1 changed files with 3 additions and 2 deletions

5
.github/stale.yml vendored
View File

@ -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.
only: pulls
daysUntilStale: 28
daysUntilClose: 2
daysUntilClose: 7
exemptLabels: []
staleLabel: stale
markComment: >