From 6771beaee6819347f0f926aee564a6244e4ab45e Mon Sep 17 00:00:00 2001 From: Aleksandr Razumov Date: Mon, 20 Apr 2020 11:18:04 +0300 Subject: [PATCH] stale: ease rules Fix #1024 --- .github/stale.yml | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index b5a4c578..54076a88 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,13 +1,17 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 180 +daysUntilStale: 366 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 14 +daysUntilClose: 30 # Issues with these labels will never be considered stale exemptLabels: - pinned - security + - bug + - blocked + - protected + - triaged # Label to use when marking an issue as stale staleLabel: stale