List pull request comments
list_pr_commentsList all comments on a GitHub pull request, covering both inline review comments and top-level conversation, with pagination.
Instructions
List both inline review comments and top-level PR conversation comments with pagination.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | First GitHub API page (default 1) | |
| repo | Yes | GitHub repository name | |
| owner | Yes | GitHub repository owner or organization | |
| per_page | No | Items per page (default 100) | |
| max_pages | No | Maximum pages to fetch (default 10) | |
| pull_number | Yes | Pull request number |