Skip to content

Commit

Permalink
Merge pull request #87 from pavelgnom/v5
Browse files Browse the repository at this point in the history
Add `Installation` to the `ReleasePayload`
  • Loading branch information
Dean Karn authored Aug 24, 2019
2 parents 9ce6db7 + c3faee8 commit 115b7e4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions github/payload.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 115b7e4

Please sign in to comment.