diff --git a/github/payload.go b/github/payload.go index d64308f..67c16a5 100644 --- a/github/payload.go +++ b/github/payload.go @@ -4006,6 +4006,14 @@ type PullRequestPayload struct { Type string `json:"type"` SiteAdmin bool `json:"site_admin"` } `json:"sender"` + Changes *struct { + Title *struct { + From string `json:"from"` + } `json:"title"` + Body *struct { + From string `json:"from"` + } `json:"body"` + } `json:"changes"` Assignee *Assignee `json:"assignee"` RequestedReviewer *Assignee `json:"requested_reviewer"` RequestedTeam struct {