File tree Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Expand file tree Collapse file tree 1 file changed +13
-1
lines changed Original file line number Diff line number Diff line change @@ -3728,7 +3728,19 @@ type PullRequestPayload struct {
37283728 } `json:"sender"`
37293729 Assignee * Assignee `json:"assignee"`
37303730 RequestedReviewer * Assignee `json:"requested_reviewer"`
3731- Installation struct {
3731+ RequestedTeam struct {
3732+ Name string `json:"name"`
3733+ ID int64 `json:"id"`
3734+ Slug string `json:"slug"`
3735+ Description string `json:"description"`
3736+ Privacy string `json:"privacy"`
3737+ URL string `json:"url"`
3738+ HTMLURL string `json:"html_url"`
3739+ MembersURL string `json:"members_url"`
3740+ RepositoriesURL string `json:"repositories_url"`
3741+ Permission string `json:"permission"`
3742+ } `json:"requested_team"`
3743+ Installation struct {
37323744 ID int64 `json:"id"`
37333745 } `json:"installation"`
37343746}
You can’t perform that action at this time.
0 commit comments