Skip to content

Commit c970c7a

Browse files
jrostandwillnorris
authored andcommitted
Add Sender to WebHookPayload. Resolves #267.
1 parent 0e4de61 commit c970c7a

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Diff for: github/repos_hooks.go

+1
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ type WebHookPayload struct {
2929
Pusher *User `json:"pusher,omitempty"`
3030
Ref *string `json:"ref,omitempty"`
3131
Repo *Repository `json:"repository,omitempty"`
32+
Sender *User `json:"sender,omitempty"`
3233
}
3334

3435
func (w WebHookPayload) String() string {

0 commit comments

Comments
 (0)