From 2350dcf77da3e54db9b094f6f2ddd7a3985c5de2 Mon Sep 17 00:00:00 2001 From: DreamPiggy Date: Mon, 26 Aug 2019 15:44:23 +0800 Subject: [PATCH] Change the stale date for issues from 30 days to 60 days --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index 3b3b587f..29c8ec38 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 30 +daysUntilStale: 60 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale