We are using a tool for release management. We have the ability to create branches and merge branches. All of this information (Branch creation and commits) is sent to GitLab using GitLab apis. Now we also want mimic the merges we are doing in Our tool in GitLab as well. (Currently the tool just pushes the branch merge as a commit, so we are not able to maintain the history in Git.) Is there a way to create Merge Requests in GitLab via GitLab API? I also want to approve the Merge request and able to merge it via API. Please advise.
Related topics
Topic | Replies | Views | Activity | |
---|---|---|---|---|
Cannot create merge request | 0 | 408 | April 29, 2019 | |
How to solve merge conflict using API | 1 | 541 | May 18, 2021 | |
Merging a merge request through the API | 0 | 329 | April 16, 2020 | |
Create a Branch and a Merge Request from an URL | 2 | 1701 | July 12, 2021 | |
Gitlab.com - no options for confidential merge+branches | 5 | 631 | January 19, 2021 |