gitee_list_commit_comments
Get all comments associated with a given commit SHA or reference. Useful for audit trails and code review analysis.
Instructions
List comments for a specific commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| ref | Yes | Commit SHA or ref | |
| page | No | Page number | |
| per_page | No | Items per page (max 100) |