create_merge_request_note
Add a comment to a GitLab merge request, with optional internal note flag. Requires project ID, merge request IID, and note content.
Instructions
Add a comment to a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Note content | |
| internal | No | Create as internal note | |
| project_id | No | Project ID or URL-encoded path | |
| merge_request_iid | No | MR internal ID |