the help text for `gh-comment add-review --help` claims ``` Since GitHub's API requires all review comments to be created together, this command allows you to specify multiple comments for a single review. ``` however, it's fully possible to create a review and add to it gradually with the graphql api. see the mutation `addPullRequestReviewThread` and `submitPullRequestReview`. Example usage is in my gh aliases config: https://github.com/forivall/dotfiles/blob/76498fcd496a01db54f5588fda54e3a7526b707c/gh/config.yml#L256C1-L263C7
the help text for
gh-comment add-review --helpclaimshowever, it's fully possible to create a review and add to it gradually with the graphql api. see the mutation
addPullRequestReviewThreadandsubmitPullRequestReview. Example usage is in my gh aliases config: https://github.com/forivall/dotfiles/blob/76498fcd496a01db54f5588fda54e3a7526b707c/gh/config.yml#L256C1-L263C7