Skip to content

Commit da8b749

Browse files
konojunyagmlewis
authored andcommitted
Add PullsURL to PushEventRepository (#1253)
1 parent 24f172e commit da8b749

File tree

2 files changed

+9
-0
lines changed

2 files changed

+9
-0
lines changed

github/event_types.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -707,6 +707,7 @@ type PushEventRepository struct {
707707
PushedAt *Timestamp `json:"pushed_at,omitempty"`
708708
UpdatedAt *Timestamp `json:"updated_at,omitempty"`
709709
Homepage *string `json:"homepage,omitempty"`
710+
PullsURL *string `json:"pulls_url,omitempty"`
710711
Size *int `json:"size,omitempty"`
711712
StargazersCount *int `json:"stargazers_count,omitempty"`
712713
WatchersCount *int `json:"watchers_count,omitempty"`

github/github-accessors.go

Lines changed: 8 additions & 0 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)