You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Would be nice to have this fixed somehow. Seems to be still ongoing also in v5.
Run wagoid/commitlint-github-action@v5
with:
helpURL: https://PROPERURL/display/CLOUDVOL/Github+commit+lint
But the error message still says the default one
Error: You have commit messages with errors
⧗ input: refactor(JIRA-80325): remove managed clusters from aks cluster creation.
✖ subject may not end with full stop [subject-full-stop]
✖ found 1 problems, 0 warnings
ⓘ Get help: https://github.com/conventional-changelog/commitlint/#what-is-commitlint
I used the following in my workflow:
To my surprise, the workflow logs contained:
This is because my very basic config pulled in the
helpUrl
from@commitlint/config-conventional
.To me, this was unexpected because I explicitly told the action to use
http://acme.com/example-url
as thehelpURL
.I would propose to flip the sides of the
||
or operator here so the defined inputs are favored over the configuration:The text was updated successfully, but these errors were encountered: