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