list_pull_files
Retrieve the list of files changed in a pull request, including status and change counts, to understand the 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) |