github_get_pr
Retrieve detailed information about a pull request, including changed files, commits, and review status, to understand code changes.
Instructions
Get detailed information about a specific pull request including files changed, commits, and review status
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (organization or username) | |
| pull_number | Yes | Pull request number |