From 20ca47dec6111b55fa1f59d1b17fc3b242469f06 Mon Sep 17 00:00:00 2001 From: Brad Warren Date: Fri, 14 Jun 2019 15:51:15 -0700 Subject: [PATCH] Bump stale threshold to 1 year. (#7149) While I expect stale bot will close out 150 - 250 issues, that'll still leave us with 400+ open issues. My concern is that with a threshold of 6 months, most of these 400 issues will be in the same state 6 months from now and stale bot will annoy people by asking them if their issue is still valid too frequently. Doubling the stale threshold to 1 year should mitigate this problem a bit I think. --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6b317a4b5..9c095ebd6 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Configuration for https://github.com/marketplace/stale # Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 180 +daysUntilStale: 365 # Number of days of inactivity before an Issue or Pull Request with the stale label is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale.