From e01b0fd664398b74f7aad88e3f921a800017cb76 Mon Sep 17 00:00:00 2001 From: yinxulai Date: Tue, 28 Apr 2020 09:54:53 +0800 Subject: [PATCH] supplementary annotation --- github/payload.go | 1 + 1 file changed, 1 insertion(+) 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"`