add_issue_comment
Add a comment to an existing GitHub issue by specifying the repository, issue number, and comment text, enabling efficient communication and updates within projects.
Instructions
Add a comment to an existing issue
Input Schema
Name | Required | Description | Default |
---|---|---|---|
body | Yes | Comment text | |
issue_number | Yes | Issue number | |
owner | Yes | Repository owner (username or organization) | |
repo | Yes | Repository name |