From bce982b7993dfad7019c0240f1a8435454dd8cb3 Mon Sep 17 00:00:00 2001 From: Dan Abramov Date: Tue, 7 Apr 2020 17:30:45 +0100 Subject: [PATCH] Change stalebot messages (#18524) --- .github/stale.yml | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/.github/stale.yml b/.github/stale.yml index db667a9e22..0905c188a1 100644 --- a/.github/stale.yml +++ b/.github/stale.yml @@ -17,16 +17,18 @@ staleLabel: "Resolution: Stale" issues: # Comment to post when marking an issue as stale. 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 contribution. + This issue has been automatically marked as stale. + **If this issue is still affecting you, please leave any comment** (for example, "bump"), and we'll keep it open. + We are sorry that we haven't been able to prioritize it yet. If you have any additional information, please include with in your comment! # Comment to post when closing a stale issue. closeComment: > Closing this issue after a prolonged period of inactivity. If this issue is still present in the latest release, please create a new issue with up-to-date information. Thank you! pulls: # Comment to post when marking a pull request as stale. markComment: > - This pull request 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 contribution. + This pull request has been automatically marked as stale. + **If this pull request is still relevant, please leave any comment** (for example, "bump"), and we'll keep it open. + We are sorry that we haven't been able to prioritize reviewing it yet. Your contribution is very much appreciated. # Comment to post when closing a stale pull request. closeComment: > Closing this pull request after a prolonged period of inactivity. If this issue is still present in the latest release, please ask for this pull request to be reopened. Thank you!