approve_merge_request
Toggle approval on a merge request. Adds approval if not yet approved, or removes it if already approved.
Instructions
Toggle approval on a merge request. If not yet approved by the authenticated user, this adds approval; if already approved, this removes it. Use get_merge_request to check the current approval state first.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| mr_id | Yes | Merge request local ID | |
| owner | Yes | Project owner alias | |
| project | Yes | Project alias |