GitLab Merge Request Integration
编码与调试by kopfrechner
Interact seamlessly with GitLab repositories to manage merge requests and issues. Fetch details, add comments, and streamline your code review process with ease.
Tools (10)
get_projectsGet a list of projects with id, name, description, web_url and other useful information.
list_open_merge_requestsLists all open merge requests in the project
get_merge_request_detailsGet details about a specific merge request of a project like title, source-branch, target-branch, web_url, ...
get_merge_request_commentsGet general and file diff comments of a certain merge request
add_merge_request_commentAdd a general comment to a merge request
add_merge_request_diff_commentAdd a comment of a merge request at a specific line in a file diff
get_merge_request_diffGet the file diffs of a certain merge request
get_issue_detailsGet details of an issue within a certain project
set_merge_request_descriptionSet the description of a merge request
set_merge_request_titleSet the title of a merge request