From b92acb39969168b95bc443991dc628a4413f3c59 Mon Sep 17 00:00:00 2001 From: Carlos Alexandro Becker Date: Tue, 30 Oct 2018 21:25:48 -0300 Subject: [PATCH] chore: stale after 14 days --- .github/stale.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a1c..2891e743d 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: 14 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale