get_merge_request_files
Retrieve the list of files changed in a merge request by providing the project owner, repo, and merge request IID. Use this to review modifications or identify impacted files before merging.
Instructions
Get the list of files changed in a merge request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Project path/name (e.g. 'pro-portal-onboarding-and-retention') | |
| owner | Yes | Project namespace/path (e.g. 'pro/portal/frontends') or numeric Project ID | |
| mergeRequestIid | Yes | The IID of the merge request |