Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| adb918738a | |||
| 9cc34fc5d1 | |||
| 63866ac80d |
@@ -1,6 +1,6 @@
|
|||||||
Library webhooks
|
Library webhooks
|
||||||
================
|
================
|
||||||
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">
|
<img align="right" src="https://raw.githubusercontent.com/go-playground/webhooks/v3/logo.png">
|
||||||
[](https://travis-ci.org/go-playground/webhooks)
|
[](https://travis-ci.org/go-playground/webhooks)
|
||||||
[](https://coveralls.io/github/go-playground/webhooks?branch=v3)
|
[](https://coveralls.io/github/go-playground/webhooks?branch=v3)
|
||||||
[](https://goreportcard.com/report/go-playground/webhooks)
|
[](https://goreportcard.com/report/go-playground/webhooks)
|
||||||
|
|||||||
@@ -4229,6 +4229,9 @@ type PushPayload struct {
|
|||||||
Type string `json:"type"`
|
Type string `json:"type"`
|
||||||
SiteAdmin bool `json:"site_admin"`
|
SiteAdmin bool `json:"site_admin"`
|
||||||
} `json:"sender"`
|
} `json:"sender"`
|
||||||
|
Installation struct {
|
||||||
|
Id int `json:"id"`
|
||||||
|
} `json:"installation"`
|
||||||
}
|
}
|
||||||
|
|
||||||
// ReleasePayload contains the information for GitHub's release hook event
|
// ReleasePayload contains the information for GitHub's release hook event
|
||||||
|
|||||||
Reference in New Issue
Block a user