File tree Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Expand file tree Collapse file tree 1 file changed +4
-3
lines changed Original file line number Diff line number Diff line change @@ -3253,8 +3253,9 @@ type PullRequestPayload struct {
3253
3253
Type string `json:"type"`
3254
3254
SiteAdmin bool `json:"site_admin"`
3255
3255
} `json:"sender"`
3256
- Assignee * Assignee `json:"assignee"`
3257
- Installation struct {
3256
+ Assignee * Assignee `json:"assignee"`
3257
+ RequestedReviewer * Assignee `json:"requested_reviewer"`
3258
+ Installation struct {
3258
3259
ID int64 `json:"id"`
3259
3260
} `json:"installation"`
3260
3261
}
@@ -3749,7 +3750,7 @@ type PullRequestReviewCommentPayload struct {
3749
3750
Href string `json:"href"`
3750
3751
} `json:"pull_request"`
3751
3752
} `json:"_links"`
3752
- InReplyToID int64 `json:"in_reply_to_id"`
3753
+ InReplyToID int64 `json:"in_reply_to_id"`
3753
3754
} `json:"comment"`
3754
3755
PullRequest struct {
3755
3756
URL string `json:"url"`
You can’t perform that action at this time.
0 commit comments