From 6bb9edbb854aac7052b3577744897c3b02fbb162 Mon Sep 17 00:00:00 2001 From: Faris Ansari Date: Thu, 5 Sep 2019 14:59:08 +0530 Subject: [PATCH] chore: Reduce PR stale and close time Pull Requests will be marked stale after 10 days. Stale Pull Requests will be closed after 3 days. --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 6592364364..537fc5e99a 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: 10 # Number of days of inactivity before a stale Issue or Pull Request is closed. # Set to false to disable. If disabled, issues still need to be closed manually, but will remain marked as stale. -daysUntilClose: 7 +daysUntilClose: 3 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: