Skip to content

Commit

Permalink
Allow more time before PRs become stale
Browse files Browse the repository at this point in the history
  • Loading branch information
w0rp committed Mar 20, 2021
1 parent 3728d9f commit 35caaec
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/stale.yml
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
---
# 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.
# This configuration closes stale PRs after 56 + 7 days.
# That's 8 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
daysUntilStale: 56
daysUntilClose: 7
exemptLabels: []
staleLabel: stale
Expand Down

0 comments on commit 35caaec

Please sign in to comment.