Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 9a8b92d028 | |||
| 248dae5b83 | |||
| cc075dfe29 |
@@ -1,6 +1,6 @@
|
||||
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://coveralls.io/github/go-playground/webhooks?branch=v3)
|
||||
[](https://goreportcard.com/report/go-playground/webhooks)
|
||||
|
||||
+1
-2
@@ -2,8 +2,6 @@ package github
|
||||
|
||||
import "time"
|
||||
|
||||
// PushPayload contains the information for GitHub's push hook event
|
||||
|
||||
// CommitCommentPayload contains the information for GitHub's commit_comment hook event
|
||||
type CommitCommentPayload struct {
|
||||
Action string `json:"action"`
|
||||
@@ -3954,6 +3952,7 @@ type PushPayload struct {
|
||||
BaseRef *string `json:"base_ref"`
|
||||
Compare string `json:"compare"`
|
||||
Commits []struct {
|
||||
Sha string `json:"sha"`
|
||||
ID string `json:"id"`
|
||||
TreeID string `json:"tree_id"`
|
||||
Distinct bool `json:"distinct"`
|
||||
|
||||
Reference in New Issue
Block a user