From 0aac95f608bef641b1ff104eea3a44c5996d2dd4 Mon Sep 17 00:00:00 2001 From: Francisco Hodge Date: Tue, 20 Oct 2020 14:27:11 -0400 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 9ad540af..87e6fc39 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,5 +1,5 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 3 +daysUntilStale: 5 # Number of days of inactivity before a stale issue is closed daysUntilClose: 2 # Issues with these labels will never be considered stale @@ -14,4 +14,4 @@ markComment: > recent activity. It will be closed if no further activity occurs. Thank you for your contributions. # Comment to post when closing a stale issue. Set to `false` to disable -closeComment: false \ No newline at end of file +closeComment: false