list_pr_comments
Retrieve general thread comments from a pull request's conversation tab. Use this to review top-level discussion items without inline code comments.
Instructions
List general thread comments on a pull request (conversation tab).
These are top-level comments, not inline review comments on the diff. Use list_unresolved_review_threads for inline code review comments.
Args: owner: Repository owner. repo: Repository name. pr_number: Pull request number.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | ||
| owner | Yes | ||
| pr_number | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |