Add requested_reviewer to GitHub pull request

This commit is contained in:
John Maguire
2019-03-28 10:10:15 +00:00
parent a1051fd871
commit 01a1302e02
+1
View File
@@ -3254,6 +3254,7 @@ type PullRequestPayload struct {
SiteAdmin bool `json:"site_admin"` SiteAdmin bool `json:"site_admin"`
} `json:"sender"` } `json:"sender"`
Assignee *Assignee `json:"assignee"` Assignee *Assignee `json:"assignee"`
RequestedReviewer *Assignee `json:"requested_reviewer"`
Installation struct { Installation struct {
ID int64 `json:"id"` ID int64 `json:"id"`
} `json:"installation"` } `json:"installation"`