github_get_pr_comments
Fetch all issue comments and review comments for a pull request by providing repository owner, name, and PR number. Get comprehensive discussion in one call.
Instructions
Get all comments (issue comments and review comments) for a specific pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repo | Yes | Repository name | |
| owner | Yes | Repository owner (user or organization) | |
| pull_number | Yes | Pull request number |