gitee_list_repo_commit_comments
Retrieve all comments on commits for a Gitee repository, with optional page and per_page parameters for pagination.
Instructions
List all commit comments for a repository
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |