add_issue_comment
Add a comment to an issue by providing its ID and message text, and retrieve the created comment.
Instructions
Add a comment to an issue.
Args: issue_id: The issue ID message: The comment text
Returns: The created comment
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| issue_id | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||