From 34d38529887d43ba8b50fa64f0b5676fa9c7a894 Mon Sep 17 00:00:00 2001 From: Massimo Candela Date: Sat, 25 Jan 2020 14:02:36 +0100 Subject: [PATCH] Update stale.yml --- .github/stale.yml | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 18bf156..88df4ad 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -10,8 +10,11 @@ exemptLabels: # Label to use when marking an issue as stale staleLabel: wontfix + +markComment: false + # Comment to post when marking an issue as stale. Set to `false` to disable -markComment: > - This issue has been automatically marked as stale and it will be closed soon. +closeComment: > + This issue has been automatically closed as stale. This mechanism helps to prioritize feature requests which received more support from the community. If you want to open again this issue you have to provide a Pull Request.