create_issue_comment
Add a comment to a specific issue in a Forgejo repository. Provide owner, repo, issue number, and comment body.
Instructions
Add a comment to an issue
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| owner | Yes | Owner/username | |
| repo | Yes | Repository name | |
| index | Yes | Issue or PR number | |
| body | Yes | Comment body |