get_github_pr_diff
Fetch the diff of a specific pull request from a GitHub repository by providing the repo owner, name, and PR number. Returns the changes as a string or an error message if issues occur.
Instructions
Input Schema
Name | Required | Description | Default |
---|---|---|---|
pr_number | Yes | ||
repo_name | Yes | ||
repo_owner | Yes |