We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents bb49f71 + 260e9b3 commit 7a4edfcCopy full SHA for 7a4edfc
github/payload.go
@@ -4006,6 +4006,14 @@ type PullRequestPayload struct {
4006
Type string `json:"type"`
4007
SiteAdmin bool `json:"site_admin"`
4008
} `json:"sender"`
4009
+ Changes *struct {
4010
+ Title *struct {
4011
+ From string `json:"from"`
4012
+ } `json:"title"`
4013
+ Body *struct {
4014
4015
+ } `json:"body"`
4016
+ } `json:"changes"`
4017
Assignee *Assignee `json:"assignee"`
4018
RequestedReviewer *Assignee `json:"requested_reviewer"`
4019
RequestedTeam struct {
0 commit comments