We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a1051fd commit 01a1302Copy full SHA for 01a1302
github/payload.go
@@ -3253,8 +3253,9 @@ type PullRequestPayload struct {
3253
Type string `json:"type"`
3254
SiteAdmin bool `json:"site_admin"`
3255
} `json:"sender"`
3256
- Assignee *Assignee `json:"assignee"`
3257
- Installation struct {
+ Assignee *Assignee `json:"assignee"`
+ RequestedReviewer *Assignee `json:"requested_reviewer"`
3258
+ Installation struct {
3259
ID int64 `json:"id"`
3260
} `json:"installation"`
3261
}
@@ -3749,7 +3750,7 @@ type PullRequestReviewCommentPayload struct {
3749
3750
Href string `json:"href"`
3751
} `json:"pull_request"`
3752
} `json:"_links"`
- InReplyToID int64 `json:"in_reply_to_id"`
3753
+ InReplyToID int64 `json:"in_reply_to_id"`
3754
} `json:"comment"`
3755
PullRequest struct {
3756
URL string `json:"url"`
0 commit comments