From d14f1c503f5313c48067647b7ca0532294c03ba4 Mon Sep 17 00:00:00 2001 From: Josh Johnson Date: Sun, 28 Oct 2018 10:58:18 +0000 Subject: [PATCH] Update stale.yaml file config --- .github/stale.yml | 11 +++++++---- 1 file changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index dc90e5a..e8d94b5 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -6,12 +6,15 @@ daysUntilClose: 7 exemptLabels: - pinned - security + - feature request # Label to use when marking an issue as stale -staleLabel: wontfix +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 activity. It will be closed if no further activity occurs. Thank you - for your contributions. + Thanks for contributing to this issue. As it has been 60 days since the last + activity, this issue is being automatically closed. This is often because the + request was already solved in some way and it just wasn't updated or it's no + longer applicable. If that's not the case, please do feel free to either + reopen this issue or open a new one. We'll gladly take a look again! # Comment to post when closing a stale issue. Set to `false` to disable closeComment: false