PATCH
github_pulls_update_review_comment.py
Requires
repo, read:user.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Edit the text of a review comment. Its placement does not change.
from charter.packs import github
result = await github.pulls_update_review_comment.ainvoke({"owner": ..., "repo": ..., "commentId": ..., "body": ...})
repo, read:user.| Field | Type | Description |
|---|---|---|
owner * | string | The account owner of the repository. The name is not case sensitive. |
repo * | string | The name of the repository without the .git extension. The name is not case sensitive. |
commentId * | integer | The unique identifier of the review comment. |
| Field | Type | Description |
|---|---|---|
body * | string | The text of the review comment. |
Was this page helpful?