You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Add UpdateIssueComment in pkg/github/issues.go: new tool to update an
existing issue or PR comment by comment_id (owner, repo, comment_id, body)
- Register UpdateIssueComment in pkg/github/tools.go under issues toolset
- Document update_issue_comment in README.md Issues section
- Uses GitHub REST Issues.EditComment; comment_id from issue_read get_comments
or add_issue_comment response
Description: t("TOOL_UPDATE_ISSUE_COMMENT_DESCRIPTION", "Update an existing comment on an issue or pull request in a GitHub repository. Use the comment ID from issue_read with method get_comments, or from the comment object when adding a comment."),
0 commit comments