How to create commit automatically in a merge request in GitLab
There are situations when you would like to create a commit during continuous integration (CI) of your merge request (MR). For example:
apply automatic fixes from a linter
extracting translations from the code
In this article, I'll show how to set ...
how-to.dev4 min read