list_pull_files
List files changed in a pull request by index, showing status, additions, deletions, and changes to understand its diff scope before reviewing or merging.
Instructions
List the files changed in one pull request by its index. Paginated (page 1-based, limit <= 100). Each entry has filename, status (added/modified/deleted/renamed), additions, deletions, changes, and html_url. Use to understand a PR's diff scope before reviewing or merging.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | Page number | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| index | Yes | Pull request number | |
| limit | No | Files per page | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |