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