From 016d5119a326c0a3d72513e4b6fb2fe14447401f Mon Sep 17 00:00:00 2001 From: Isaac Connor Date: Mon, 13 Jul 2020 14:49:54 -0400 Subject: [PATCH] increase days limit on stalebot --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9ff190b1f..4dde9b5a7 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,10 +1,10 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 180 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: