From e7cdf394371651123e83325f954bed718819dcb4 Mon Sep 17 00:00:00 2001 From: Daniel Jiang Date: Mon, 8 Oct 2018 14:25:42 +0800 Subject: [PATCH] Update the settings in stale.yml Update the settings to extend the "Days until stale" and "Days untile close". Added other exempt labels. Signed-off-by: Daniel Jiang --- .github/stale.yml | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 4c63b95ce..9a4d28201 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,10 +1,12 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 90 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 21 # Issues with these labels will never be considered stale exemptLabels: - backlog + - kind/debt + - need-triage # Label to use when marking an issue as stale staleLabel: staled # Comment to post when marking an issue as stale. Set to `false` to disable