approve_merge_request
Approve a GitLab merge request using project ID and merge request IID. Optionally pass the HEAD SHA to verify the request hasn't changed since review.
Instructions
Approve a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| sha | No | The HEAD of the merge request. Optional, but used to ensure the merge request hasn't changed since you last reviewed it | |
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| approval_password | No | Current user's password. Required if 'Require user re-authentication to approve' is enabled in the project settings | |
| merge_request_iid | Yes | The IID of the merge request to approve |