Closed jenstroeger closed 3 years ago
Thanks for submitting this issue! Both bugs have been addressed in v0.1.1 via #13 and #14.
Let us know if anything does not work as expected after the github action version is bumped to CondeNast/conventional-pull-request-action@v0.1.1
in your repo.
Thanks again for the bug report!
Expected Behavior
Don’t flag a PR title as conflicting the commit subject.
Actual Behavior
PR title conflicts commit subject.
Steps to Reproduce the Problem
Create a single commit with message:
feat: Something
which is the same as the commit subject. However, because of theBREAKING CHANGE
a conflict is detected.BREAKING CHANGE
line, force-push once more, and the checks succeed just fine.Also, the spec allows
feat!: Something
as a commit subject which causesalthough the PR title and commit subject contain the same strings.