Skip to content

Commit 64a8fb9

Browse files
committed
tools: update NOTABLE_CHANGE_MESSAGE
1 parent a344300 commit 64a8fb9

File tree

1 file changed

+13
-1
lines changed

1 file changed

+13
-1
lines changed

Diff for: .github/workflows/comment-labeled.yml

+13-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,19 @@ env:
1313
NOTABLE_CHANGE_MESSAGE: |
1414
The https://github.com/nodejs/node/labels/notable-change label has been added by @${{ github.actor }}.
1515
16-
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.
16+
Please suggest a text for the release notes if you'd like to include a more detailed summary, then proceed to update
17+
the PR description using the following pattern:
18+
19+
```markdown
20+
<details open><summary>Notable changes</summary>
21+
22+
<!-- Here describe the change using markdown syntax -->
23+
This release adds support for...
24+
25+
</details>
26+
```
27+
28+
Otherwise, the commit will be placed in the _Other Notable Changes_ section.
1729
1830
permissions:
1931
contents: read

0 commit comments

Comments
 (0)