From eed361638a367be9f8303211ca4b4110dc50f716 Mon Sep 17 00:00:00 2001 From: Antoine GIRARD Date: Wed, 22 Jan 2020 11:55:27 +0100 Subject: [PATCH] Improve stale message (#9920) * Improve stale nessage * Update .github/stale.yml Co-authored-by: guillep2k <18600385+guillep2k@users.noreply.github.com> --- .github/stale.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index 0a14124525..6a9f341cbf 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -27,9 +27,11 @@ staleLabel: stale # Comment to post when marking 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 during the next 2 weeks. Thank you - for your contributions. + This issue has been automatically marked as stale because it has not had recent activity. + I am here to help clear issues left open even if solved or waiting for more insight. + This issue will be closed if no further activity occurs during the next 2 weeks. + If the issue is still valid just add a comment to keep it alive. + Thank you for your contributions. # Comment to post when closing a stale Issue or Pull Request. closeComment: > @@ -50,4 +52,3 @@ pulls: closeComment: > This pull request has been automatically closed because of inactivity. You can re-open it if needed. -