I am using a commitlint Github action to verify our commit messages. Just wanted to check if there is a way I can make it mandatory to pass before merging pull request.
current behaviour: commitlint github action fails, however, I can still merge the pull reqest
desired behaviour if commitlint github action fails, button to merge pull request should be disabled. (i.e. like reviewer restriction)