devmoji for bots
kopach opened this issue · comments
Hi. I do really like this project and already integrated is as a git hook for my personal usage. However, I would like to go further and make all the commits in repo be processed by devmoji
. There are many commits, which comes from automated tools (e.g. renovate-bot, snyk, etc) in my repos. Is there any recipe to make those tools also use devmoji
? Or can I somehow post-process commits from bots by devmoji?
I don't think that's possible unfortunately.
You can't easily update git messages after the fact.
Your best bet is to configure the bot to use a git message as the ones provided by Devmoji.
ok, got it, thanks