I'm aware that this issue is old and I guess my answer is no longer relevant to you @danielgomezrico.
But for anyone else having the same question, I would solve it by one of the following ways:
Fork this repo and fix it myself and submitting a PR back to this repo.
Write a script that hooks into PR status, e.g. a GitHub Action that waits for PR to be accepted and changes the formatting of the merge message that goes into the target base branch.
It could be cool to allow the words
fix
orfeat
to be recognized even if they are writen asFeat
orFix
orFIX
.Our use case is that every PR is squashed, and then the commit of the PR is the same as the PR title.
Some people like capital letters others dont so can we make it flexible? or maybe parameterize to support it?
Current
This is not recognized as a feature but as "other work"