From 74a171f130d82960e2ad77a88d367458f00c30e7 Mon Sep 17 00:00:00 2001 From: Wes Todd Date: Wed, 10 Apr 2024 09:53:51 -0500 Subject: [PATCH] tools: update stale bot messaging MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/52423 Reviewed-By: Marco Ippolito Reviewed-By: Michaƫl Zasso Reviewed-By: Mohammed Keyvanzadeh Reviewed-By: Michael Dawson Reviewed-By: Luigi Pinca Reviewed-By: Antoine du Hamel Reviewed-By: Ruy Adorno Reviewed-By: Zeyu "Alex" Yang --- .github/workflows/close-stale-feature-requests.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/close-stale-feature-requests.yml b/.github/workflows/close-stale-feature-requests.yml index f8f086af04dae0..301dbff620c602 100644 --- a/.github/workflows/close-stale-feature-requests.yml +++ b/.github/workflows/close-stale-feature-requests.yml @@ -19,9 +19,11 @@ env: WARN_MESSAGE: > There has been no activity on this feature request for - 5 months and it is unlikely to be implemented. - It will be closed 6 months after the last non-automated comment. - + 5 months. To help maintain relevant open issues, please + add the https://github.com/nodejs/node/labels/never-stale + label or close this issue if it should be closed. If not, + the issue will be automatically closed 6 months after the + last non-automated comment. For more information on how the project manages feature requests, please consult the