Interface CreatePullReviewComment

CreatePullReviewComment represent a review comment for creation api

Hierarchy

  • CreatePullReviewComment

Properties

body?: string
new_position?: number

if comment to new file line or 0

Format

int64

old_position?: number

if comment to old file line or 0

Format

int64

path?: string

the tree path

Generated using TypeDoc