Automatically create a merge request with GitLab-CI
Merge requests like gitlab is naming them or pull requests like github is naming them are a great feature in my opinion. They summarize the changes done, to reach a dedicated goal and enable us to discuss and share the changes done. But what if you or somebody else forgot to create a merge request for your development branch? Or you run GitOps and need to promote your environment through different branches, do you want to create and merge manually?...