get_merge_request_conflicts
Retrieve the list of merge request conflicts by providing the project ID and merge request IID. Use this to identify conflicting files that need resolution.
Instructions
Get the conflicts of 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 |