create_comment
Add a Markdown comment to a Gitea issue by its number. The returned comment ID enables later updates or deletion.
Instructions
Add a comment to an issue by its index. body is required and supports Markdown. Returns the comment including its id — retain it to later update_comment/delete_comment that exact comment.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Comment body | |
| repo | No | Repository name (defaults to GITEA_DEFAULT_REPO) | |
| index | Yes | Issue number | |
| owner | No | Repository owner (defaults to GITEA_DEFAULT_OWNER) |