Replies: 3 comments 2 replies
-
@acearth Please check the |
Beta Was this translation helpful? Give feedback.
-
The example in README.md refers to
but that release doesn't contain the |
Beta Was this translation helpful? Give feedback.
-
Does the |
Beta Was this translation helpful? Give feedback.
-
Thanks to the author, we can use this action to check commit message following the proper format.
But I found the action failed to check following situations:
(1) the PR contains 2 or more commits;
(2) at least one commit in the PR following the proper format;
(3) at least one commit in the PR broken the rule of proper format.
In this case, the check still treat the situation as proper one then check pass. but in the controversary, the action check shall be failed due to "at least one commit broken the rule of format".
Can you let me know, how to enable the action to check on every commit of one PR. Or, is it possible to improve in next version?
Beta Was this translation helpful? Give feedback.
All reactions