gitee_create_commit_comment
Post a comment on a commit to discuss code changes. Provide commit SHA, message body, and optionally file path and line position.
Instructions
Create a comment on a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner (user/org/enterprise path) | |
| repo | Yes | Repository path name | |
| sha | Yes | Commit SHA | |
| body | Yes | Comment body | |
| path | No | File path | |
| position | No | Line position | |
| line | No | Line number |