get_pull_request_diff
Retrieve the file-by-file diff of a pull request, including status, line additions and deletions, and the raw unified diff patch for code review.
Instructions
Get the file-by-file diff for a specific pull request.
Returns each changed file with its status (added/modified/removed),
line-level additions and deletions, and the raw unified diff patch.
Args:
repo_full_name: Full repo identifier in "owner/repo" format.
pr_number: The pull request number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo_full_name | Yes | ||
| pr_number | Yes |