list_merge_request_changed_files
Lists changed file paths in a GitLab merge request without diff content. Provide merge request IID or source branch to get the list.
Instructions
List changed file paths in a merge request without diff content (mergeRequestIid or branchName required)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project_id | Yes | Project ID or complete URL-encoded path to project | |
| merge_request_iid | No | The IID of a merge request | |
| source_branch | No | Source branch name | |
| excluded_file_patterns | No | Array of regex patterns to exclude files. Examples: ["^vendor/", "\.pb\.go$"] |