list_issue_comments
Retrieve comments on a specific issue by providing owner, repository, and issue number. Supports pagination with page and limit parameters.
Instructions
List comments on an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| index | Yes | Issue or PR number | |
| page | No | Page number (starts at 1) | |
| limit | No | Number of results per page (max 50) |