Skip to content

Commit 115b7e4

Browse files
author
Dean Karn
authored
Merge pull request #87 from pavelgnom/v5
Add `Installation` to the `ReleasePayload`
2 parents 9ce6db7 + c3faee8 commit 115b7e4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

github/payload.go

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5139,6 +5139,9 @@ type ReleasePayload struct {
51395139
Type string `json:"type"`
51405140
SiteAdmin bool `json:"site_admin"`
51415141
} `json:"sender"`
5142+
Installation struct {
5143+
ID int `json:"id"`
5144+
} `json:"installation"`
51425145
}
51435146

51445147
// RepositoryPayload contains the information for GitHub's repository hook event

0 commit comments

Comments
 (0)