-
GHPullRequestReviewCommentBuilder.body(String body)
The text of the pull request review comment.
The SHA of the commit that needs a review.
Create gh pull request review comment builder.
GHPullRequestReviewCommentBuilder.line(int line)
A single line of the blob in the pull request diff that the comment applies to.
GHPullRequestReviewCommentBuilder.lines(int startLine,
int endLine)
The range of lines in the pull request diff that this comment applies to.
GHPullRequestReviewCommentBuilder.path(String path)
The relative path to the file that necessitates a comment.