get_pull_request_files
Retrieve changed files from a pull or merge request to review code modifications and track updates in GitHub or GitLab repositories.
Instructions
Get list of files changed in a pull request or merge request
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repository | No | Repository/project identifier (e.g., "owner/repo" or "group/project"). Optional if workingDirectory is provided. | |
| pullRequestNumber | No | Pull request number (IID). Optional if mergeRequestIid is provided. | |
| mergeRequestIid | No | Merge request IID (GitLab). Optional if pullRequestNumber is provided. | |
| provider | No | Git provider (github or gitlab) | gitlab |
| workingDirectory | No | Local repository path for auto-detecting project ID (aliases: working_directory, cwd) | |
| remoteName | No | Git remote name used for auto-detecting the project ID | origin |