File tree Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Expand file tree Collapse file tree 1 file changed +14
-10
lines changed Original file line number Diff line number Diff line change @@ -4874,16 +4874,20 @@ type PullRequestReviewPayload struct {
4874
4874
type PullRequestReviewCommentPayload struct {
4875
4875
Action string `json:"action"`
4876
4876
Comment struct {
4877
- URL string `json:"url"`
4878
- ID int64 `json:"id"`
4879
- NodeID string `json:"node_id"`
4880
- DiffHunk string `json:"diff_hunk"`
4881
- Path string `json:"path"`
4882
- Position int64 `json:"position"`
4883
- OriginalPosition int64 `json:"original_position"`
4884
- CommitID string `json:"commit_id"`
4885
- OriginalCommitID string `json:"original_commit_id"`
4886
- User struct {
4877
+ URL string `json:"url"`
4878
+ ID int64 `json:"id"`
4879
+ NodeID string `json:"node_id"`
4880
+ DiffHunk string `json:"diff_hunk"`
4881
+ Path string `json:"path"`
4882
+ Line int64 `json:"line"`
4883
+ OriginalLine int64 `json:"original_line"`
4884
+ StartLine int64 `json:"start_line"`
4885
+ OriginalStartLine int64 `json:"original_start_line"`
4886
+ Position int64 `json:"position"`
4887
+ OriginalPosition int64 `json:"original_position"`
4888
+ CommitID string `json:"commit_id"`
4889
+ OriginalCommitID string `json:"original_commit_id"`
4890
+ User struct {
4887
4891
Login string `json:"login"`
4888
4892
ID int64 `json:"id"`
4889
4893
NodeID string `json:"node_id"`
You can’t perform that action at this time.
0 commit comments