Skip to content

Commit c31d5f7

Browse files
committed
chore: expand on changelog debug helper message
1 parent 610d771 commit c31d5f7

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/changelog.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
then
7676
echo "CHANGELOG.md should not be directly modified."
7777
echo "Please add a .yaml file to the ./.chloggen/ directory."
78-
echo "Alternately, add \"chore:\" to the title of the pull request or add the \"Skip Changelog\" label if this job should be skipped."
78+
echo "Alternately, add the \"Skip Changelog\" label or prefix the pull request title with any of the following: \"chore\", \"build\", \"ci\", \"refactor\", \"style\", or \"test\"."
7979
false
8080
else
8181
echo "CHANGELOG.md was not modified."

0 commit comments

Comments
 (0)