gitlab_create_merge_request_note
Add comments to GitLab merge requests by specifying the project ID, merge request ID, and note content to facilitate code review and collaboration.
Instructions
Add a comment to a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | The content of the note/comment | |
| merge_request_iid | Yes | The internal ID of the merge request | |
| project_id | Yes | The ID or URL-encoded path of the project |