Skip to content

Commit 25aedba

Browse files
Update bin/pr-name-check
Co-authored-by: Paul Nechifor <paul@nechifor.net>
1 parent 214e748 commit 25aedba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

bin/pr-name-check

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,6 +52,7 @@ if [[ "$name_ok" -ne 1 || "$type_ok" -ne 1 ]]; then
5252
echo "Invalid branch name: '$branch'"
5353
echo
5454
echo " Expected format: <your_name>/<type>/<description>"
55+
echo " Example: jeff/fix/ci-divergence"
5556
echo " Parsed name: $branch_name"
5657
echo " Allowed names: $allowed_names"
5758
echo " Parsed type: $branch_type"

0 commit comments

Comments
 (0)