Get All Comments of the Given Issue
get_issue_commentsRetrieve all comments for a GitHub issue by specifying repository name, owner, and issue number. Get the complete comment list to review discussions or extract insights.
Instructions
Retrieves the all comments of the given issue based on its comment_url datafield which is given in the parameter of the function
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| repoName | Yes | Exact repo name for the url parameter. Ask the user if it is not provided. | |
| repoOwner | Yes | Exact repository owner for the url parameter that indicates what is the owner of the repo. Ask the user if it is not provided. | |
| issue_number | Yes | The specific number of the issue to fetch comments for. |