create_issue_comment
Add a comment to an issue in an AtomGit repository by specifying the owner, repository name, issue number, and comment content in Markdown format.
Instructions
Create an issue comment in a AtomGit repository issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | issue 评论内容(使用MD格式编写内容) | |
issue_number | Yes | issue 的编号 | |
owner | Yes | 代码仓库的所有者,一般称之为'用户名(owner)’。该名称不区分大小写。 | |
repo | Yes | 代码仓库的名称。该名称不区分大小写。 |