From b5180ec69743dda518a59ef426cb485bbb44adb2 Mon Sep 17 00:00:00 2001 From: Antoine du Hamel Date: Tue, 7 Jan 2025 21:11:15 +0100 Subject: [PATCH] tools: update `NOTABLE_CHANGE_MESSAGE` --- .github/workflows/comment-labeled.yml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/.github/workflows/comment-labeled.yml b/.github/workflows/comment-labeled.yml index 7e3a19c6afd13c..df29dbd6c29860 100644 --- a/.github/workflows/comment-labeled.yml +++ b/.github/workflows/comment-labeled.yml @@ -13,7 +13,19 @@ 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. Otherwise, the commit will be placed in the _Other Notable Changes_ section. + 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 using the following pattern: + + ```markdown +
Notable changes + + + This release adds support for... + +
+ ``` + + Otherwise, the commit will be placed in the _Other Notable Changes_ section. permissions: contents: read