Open MadeInPierre opened 1 year ago
Hi! I just tried this action with:
I expect to check if the PR title is correct as well as the commits in the PR.
Here is a simple test with empty commits that do not follow the naming convention (but the PR title does). The checks pass:
Isn't it supposed to fail since the commits inside the PR are not valid? Thanks for your help!
The attached image is sufficient to reproduce this issue.
It seems like the intention of this action is to not lint commits if there is more than one commit in the PR. Not sure why; but I was hoping there was an option to lint all commits as well.
Expected Behavior
Hi! I just tried this action with:
I expect to check if the PR title is correct as well as the commits in the PR.
Actual Behavior
Here is a simple test with empty commits that do not follow the naming convention (but the PR title does). The checks pass:
Isn't it supposed to fail since the commits inside the PR are not valid? Thanks for your help!
Steps to Reproduce the Problem
The attached image is sufficient to reproduce this issue.