From c492a27350d6e0815e8657c0ac02cd27ebb4daf8 Mon Sep 17 00:00:00 2001 From: Michael Diarmid Date: Sun, 2 Sep 2018 03:09:04 +0100 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 14 ++++++++------ 1 file changed, 8 insertions(+), 6 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index f4c9316b..ea59ce21 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -1,7 +1,7 @@ # Number of days of inactivity before an issue becomes stale -daysUntilStale: 21 +daysUntilStale: 28 # Number of days of inactivity before a stale issue is closed -daysUntilClose: 7 +daysUntilClose: 14 # Issues with these labels will never be considered stale exemptLabels: - await-invertase-feedback @@ -12,8 +12,10 @@ exemptLabels: staleLabel: stale # Comment to post when marking an issue as stale. Set to `false` to disable markComment: > - This issue has been automatically marked as stale because it has not had - recent user activity. It will be closed if no further activity occurs. Thank you - for your contributions. + Hello 👋, this issue has been automatically marked as stale because it has not had activity for quite some time. + Has the issue been fixed, or does it still require the community's attention? This issue may 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: > + Closing this issue after a prolonged period of inactivity. If this is still present in the latest release, please feel free to create a new issue with up-to-date information. +only: issues