From e008336b17b72a703d2f10a81abb8c5cd20a7fbe Mon Sep 17 00:00:00 2001 From: Rafael Gonzaga Date: Mon, 23 Oct 2023 13:12:49 -0300 Subject: [PATCH] meta: mention other notable changes section MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit PR-URL: https://github.com/nodejs/node/pull/50309 Reviewed-By: Michaƫl Zasso Reviewed-By: Luigi Pinca Reviewed-By: Marco Ippolito Reviewed-By: Moshe Atlow Reviewed-By: Richard Lau Reviewed-By: Tierney Cyren --- .github/workflows/comment-labeled.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/comment-labeled.yml b/.github/workflows/comment-labeled.yml index 228875e0cba30a..7e3a19c6afd13c 100644 --- a/.github/workflows/comment-labeled.yml +++ b/.github/workflows/comment-labeled.yml @@ -13,7 +13,7 @@ env: NOTABLE_CHANGE_MESSAGE: | The https://github.com/nodejs/node/labels/notable-change label has been added by @${{ github.actor }}. - Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. + Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update the PR description with the text or a link to the notable change suggested text comment. Otherwise, the commit will be placed in the _Other Notable Changes_ section. permissions: contents: read