Merge pull request #66 from hatstand/add-requested-reviewer
Add requested_reviewer to GitHub pull request
This commit is contained in:
+3
-2
@@ -3726,8 +3726,9 @@ type PullRequestPayload struct {
|
|||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
SiteAdmin bool `json:"site_admin"`
|
SiteAdmin bool `json:"site_admin"`
|
||||||
} `json:"sender"`
|
} `json:"sender"`
|
||||||
Assignee *Assignee `json:"assignee"`
|
Assignee *Assignee `json:"assignee"`
|
||||||
Installation struct {
|
RequestedReviewer *Assignee `json:"requested_reviewer"`
|
||||||
|
Installation struct {
|
||||||
ID int64 `json:"id"`
|
ID int64 `json:"id"`
|
||||||
} `json:"installation"`
|
} `json:"installation"`
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user