Merge branch 'v5' into github-meta-event

This commit is contained in:
Dean Karn
2019-08-24 09:22:16 -07:00
committed by GitHub
4 changed files with 129 additions and 40 deletions
+3
View File
@@ -5270,6 +5270,9 @@ type ReleasePayload struct {
Type string `json:"type"`
SiteAdmin bool `json:"site_admin"`
} `json:"sender"`
Installation struct {
ID int `json:"id"`
} `json:"installation"`
}
// RepositoryPayload contains the information for GitHub's repository hook event