From d7f1f001d93d05fd38f8fcfdf06ca99e0edaac88 Mon Sep 17 00:00:00 2001 From: Sander Blue Date: Thu, 25 Jun 2020 14:02:55 -0700 Subject: [PATCH] chore(stalebot): shorter daysUntilStale, shorter daysUntilClose --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index a7303f672..7753d37de 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,11 +1,11 @@ # Configuration for probot-stale - https://github.com/probot/stale # Number of days of inactivity before an Issue or Pull Request becomes stale -daysUntilStale: 30 +daysUntilStale: 21 # 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. -daysUntilClose: 14 +daysUntilClose: 7 # Only issues or pull requests with all of these labels are check if stale. Defaults to `[]` (disabled) onlyLabels: []