diff --git a/github/payload.go b/github/payload.go index 2142634..2104fec 100644 --- a/github/payload.go +++ b/github/payload.go @@ -3544,6 +3544,7 @@ type PublicPayload struct { } `json:"sender"` } +// PullRequestChanges contains the information for GitHub's pull_request hook event type PullRequestChanges struct { Title *struct { From string `json:"from"`