Merge pull request #87 from pavelgnom/v5
Add `Installation` to the `ReleasePayload`
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user