From cfc2097c15f26f4c152a339204f7c41c0b523e05 Mon Sep 17 00:00:00 2001 From: Armin Sebastian Date: Tue, 17 Oct 2017 21:56:04 +0300 Subject: [PATCH] stale: temporarily extend allowed inactive period --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 85197fa6e..9eb260f64 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -3,7 +3,7 @@ # Number of days of inactivity before an Issue or Pull Request becomes stale daysUntilStale: 120 # Number of days of inactivity before a stale Issue or Pull Request is closed -daysUntilClose: 14 +daysUntilClose: 60 # Issues or Pull Requests with these labels will never be considered stale. Set to `[]` to disable exemptLabels: - pinned