create_commit_comment
Create a comment on a commit by specifying the repository, commit SHA, and comment content.
Instructions
[Code Management] Create a comment on a commit
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| organizationId | Yes | 组织ID | |
| repositoryId | Yes | 代码库ID或者URL-Encoder编码的全路径 | |
| sha | Yes | 提交的SHA值 | |
| content | Yes | commit的评论内容 |