I don't see any means to override default templates in the configuration file (like commit_message for example).
It could be nice to be able to override them.
Thus we could, for example, add some gitlab instruction like [skip ci] to avoid triggering ci for flags update with the UI.
Something like this in configuration file:
templates:
commit_message: |
mygotemplate
I don't see any means to override default templates in the configuration file (like
commit_messagefor example).It could be nice to be able to override them.
Thus we could, for example, add some gitlab instruction like
[skip ci]to avoid triggering ci for flags update with the UI.Something like this in configuration file: