Skip to content

addIssueComment

addIssueComment(issueNumber, body): Promise<void>

Defined in: octokit.ts:249

Create a comment on an issue or PR via MCP.

Notes:

  • GitHub treats PR comments as “issue comments” on the PR’s issue thread.

number

string

Promise<void>