Skip to content

Commit c3faee8

Browse files
committed
add installation to release payload
1 parent 2c25dbc commit c3faee8

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)