From 66f9aa9cd58e69a36a67a8d12c03e76a325405f0 Mon Sep 17 00:00:00 2001 From: lyy Date: Mon, 11 Jan 2021 14:20:15 +0800 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 7d815e7b..e62d613a 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale daysUntilStale: 7 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 30 +daysUntilClose: 100 # Issues with these labels will never be considered stale exemptLabels: - bug