gitlab_add_mr_note
Add a comment to a GitLab merge request using its IID, body text, and optional project path.
Instructions
Add a comment to a merge request.
Args: mr_iid: The merge request IID (e.g. 42 for !42). body: Comment text (markdown supported). project_path: GitLab project path, e.g. 'group/project'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | ||
| mr_iid | Yes | ||
| project_path | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |