Skip to content

Commit

Permalink
Fail on non-convention commit titles
Browse files Browse the repository at this point in the history
  • Loading branch information
DerekRoberts committed Feb 1, 2024
1 parent e811378 commit 4e6e90d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/pr-init.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ jobs:
run: |
echo "Please use conventional commits in your PR title and re-run this job."
echo "https://www.conventionalcommits.org/en/v1.0.0/"
exit 1
# PR only, skip for merge_group
pr-description-add:
Expand Down

0 comments on commit 4e6e90d

Please sign in to comment.