gitee_create_pull_comment
Create a comment on a pull request to provide feedback or discuss changes. Supports attaching comments to specific file lines and commits.
Instructions
Create a comment on a pull request
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Repository owner | |
| repo | Yes | Repository path name | |
| number | Yes | PR number | |
| body | Yes | Comment body | |
| commit_id | No | Commit SHA | |
| path | No | File path | |
| position | No | Line position |