summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorw0rp <devw0rp@gmail.com>2021-03-20 22:35:43 +0000
committerw0rp <devw0rp@gmail.com>2021-03-20 22:35:43 +0000
commit35caaecc9fc5822f0474e913d0b7655048fd30ee (patch)
tree4edf970416b29f31315ac13c5929320fdc930b48 /.github
parent3728d9f76c235909c22a45c54d9984183f42b131 (diff)
downloadale-35caaecc9fc5822f0474e913d0b7655048fd30ee.zip
Allow more time before PRs become stale
Diffstat (limited to '.github')
-rw-r--r--.github/stale.yml6
1 files changed, 3 insertions, 3 deletions
diff --git a/.github/stale.yml b/.github/stale.yml
index 3a5a354b..e20c0923 100644
--- a/.github/stale.yml
+++ b/.github/stale.yml
@@ -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