get_pull_request_changes
Retrieve the files changed in a pull request, their unified diffs, source and target branch names, and policy evaluation status.
Instructions
Get the files changed in a pull request, their unified diffs, source/target branch names, and the status of policy evaluations
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| projectId | No | The ID or name of the project (Default: MyProject) | |
| organizationId | No | The ID or name of the organization (Default: mycompany) | |
| repositoryId | Yes | The ID or name of the repository | |
| pullRequestId | Yes | The ID of the pull request |