'Create an Merge Request during the pipeline in GitLab

When will run the MR merging the “test” feature branch into the release branch.The pipeline will trigger and Create an MR to merge the “test” feature branch into the develop branch in Gitlab CI(using bash script).Can anyone help me with how to do that?



Solution 1:[1]

Assuming the gist of this question is to get a way of programmatically create a MR from the gitlab CI job,

You can use this as ref: automatically-create-a-new-mr-on-gitlab-with-gitlab-ci

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Kaish kugashia