Skip to content

Commit

Permalink
tools: update NOTABLE_CHANGE_MESSAGE
Browse files Browse the repository at this point in the history
  • Loading branch information
aduh95 committed Jan 7, 2025
1 parent 5119049 commit b5180ec
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion .github/workflows/comment-labeled.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
<details open><summary>Notable changes</summary>
<!-- Here describe the change using markdown syntax -->
This release adds support for...
</details>
```
Otherwise, the commit will be placed in the _Other Notable Changes_ section.
permissions:
contents: read
Expand Down

0 comments on commit b5180ec

Please sign in to comment.