Git's automatic commits e.g. merge and revert commits do not obey the commit convention. They will therefore fail the Cocogitto commit checks.
If you have such commits in the commit log for your branch, you will need to amend their message(s) so that they comply with the commit convention.
Note that we have enabled Cocogitto to ignore merge commit messages so that pull requests to main can retain the automatically generated message.