list_pr_files
Retrieve the list of files changed in a pull request for a repository. Specify owner, repository name, and pull request number.
Instructions
List changed files in a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| index | Yes | Pull request number | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |