get_pr_comment
Retrieve a specific comment from a pull request using repository slug, PR ID, and comment ID. Access exact PR comment details directly for review or analysis.
Instructions
Get a specific comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| pr_id | Yes | Pull request ID | |
| repo_slug | Yes | Repository slug | |
| comment_id | Yes | Comment ID |