gitee_list_pull_comments
Retrieve all comments on a specific pull request from a Gitee repository. Supports pagination with page number and items per page.
Instructions
List comments on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| number | Yes | PR number | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |