Get pull request diff statistics
get_pull_request_diff_statsRetrieve a pull request's aggregate diff statistics, including total additions, deletions, file counts, and largest changed files, to assess change size and review scope.
Instructions
Return aggregate additions, deletions, file counts, and largest changed files.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| project | No | Project name or ID. Omit to use AZURE_DEVOPS_DEFAULT_PROJECT. | |
| maxFiles | No | ||
| iterationId | No | ||
| repositoryId | Yes | Repository name or ID. | |
| pullRequestId | Yes | Pull request numeric ID. | |
| largestFilesLimit | No |