Input Object GitHub::DraftPullRequestReviewThread

Specifies a review comment thread to be left with a Pull Request Review.

Input Fields

path: String!

Path to the file being commented on.

line: Int!

The line of the blob to which the thread refers. The end of the line range for multi-line comments.

side: DiffSide

The side of the diff on which the line resides. For multi-line comments, this is the side for the end of the line range.

startLine: Int

The first line of the range to which the comment refers.

startSide: DiffSide

The side of the diff on which the start line resides.

body: String!

Body of the comment to leave.

Uses

AddPullRequestReviewInput.threads