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 | |
---|---|---|---|---|
Want to create issue and merge request through git bash | 1 | 700 | May 31, 2018 | |
Merging a merge request through the API | 0 | 360 | April 16, 2020 | |
Can one us API via python-gitlab to collect GitHub Pull Request and create a GitLab Merge request from it? | 0 | 1412 | October 30, 2020 | |
Creating merge request | 1 | 561 | January 13, 2021 | |
How to solve merge conflict using API | 1 | 614 | May 18, 2021 |