github_get_pr_files
Fetch the files changed in a GitHub pull request using the repository (owner/repo) and pull number. Use it to review diffs and inspect modifications before merging.
Instructions
獲取 Pull Request 的文件變更
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pullNumber | Yes | Pull Request 編號 | |
| repository | Yes | 倉庫標識 (格式: owner/repo) |