Merge pull request #87 from pavelgnom/v5

Add `Installation` to the `ReleasePayload`
This commit is contained in:
Dean Karn
2019-08-24 09:10:12 -07:00
committed by GitHub
+3
View File
@@ -5139,6 +5139,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