From 5e6d4c049bf1a8ec56a2033e9ae813241320b967 Mon Sep 17 00:00:00 2001 From: PyYoshi Date: Tue, 27 Oct 2020 16:22:31 +0900 Subject: [PATCH] increase daysUntilStale --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index f0fd0b0..7c35697 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 60 +daysUntilStale: 365 # Number of days of inactivity before a stale issue is closed # daysUntilClose: 7 # Issues with these labels will never be considered stale