Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
sunchao committed Mar 1, 2024
1 parent 842d9ca commit e835f96
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 @@ -134,6 +134,7 @@ jobs:
env:
PR_TITLE: ${{ github.event.pull_request_title }}
run: |
echo ${{ github.event.pull_request_title }}
echo "PR title = $PR_TITLE"
if ! echo $PR_TITLE | grep -Eq '^(\w+)(\(.+\))?: .+$'; then
echo "PR title does not follow conventional commit style."
Expand Down

0 comments on commit e835f96

Please sign in to comment.