Questions tagged [commitlint]

16 questions
0
votes
0 answers

How to lint the message of a pull request merge commit?

I've set up a GitHub Actions workflow that uses commitlint to lint messages for all commits of a pull request, but the problem is that the merge commit is not considered. This action is, in short, as simple as the following: on:…
1
2