Skip to content

Commit

Permalink
example
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Mar 2, 2024
1 parent 856fe5c commit 6674d1f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr_build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,7 @@ jobs:
if ! echo $PR_TITLE | grep -Eq '^(\w+)(\(.+\))?: .+$'; then
echo "PR title does not follow conventional commit style."
echo "Please use a title in the format: type: message, or type(scope): message"
echo "Example: feat: Add support for sort-merge join"
exit 1
fi

0 comments on commit 6674d1f

Please sign in to comment.