add_merge_request_comment
Add a comment to a GitLab merge request using project ID and merge request IID.
Instructions
Add a general comment to a merge request.
Args: project_id: GitLab project ID mr_iid: Merge request IID comment: Comment text to add
Returns: Confirmation message with comment details
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_iid | Yes | ||
| comment | Yes | ||
| project_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |