From a6063b01e35f32520fdf0fc9a9c3be6fc7e683c8 Mon Sep 17 00:00:00 2001 From: Lee Dohm <1038121+lee-dohm@users.noreply.github.com> Date: Tue, 29 Aug 2017 11:01:28 -0700 Subject: [PATCH] Shrink stale window to one year and close in two weeks --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index c96fb719e..68b6f88f0 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -2,9 +2,9 @@ # Number of days of inactivity before an Issue or Pull Request becomes stale # Starting at two years of no activity -daysUntilStale: 730 +daysUntilStale: 365 # Number of days of inactivity before a stale Issue or Pull Request is closed -daysUntilClose: 30 +daysUntilClose: 14 # Issues or Pull Requests with these labels will never be considered stale exemptLabels: - regression