From 7e2c2ac5329334003afb958a62f7d42683889fa3 Mon Sep 17 00:00:00 2001 From: Mattia Astorino Date: Fri, 8 Feb 2019 09:40:34 +0100 Subject: [PATCH] chore: Update stale configuration --- .github/stale.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index e882f16..0113ac0 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: 30 # Number of days of inactivity before a stale issue is closed daysUntilClose: 7 # Issues with these labels will never be considered stale @@ -14,4 +14,5 @@ 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 +closeComment: > + This issue has been closed due to inactivity.