Skip to content

Commit

Permalink
fix(timeline): add missing fields for cross-reference (google#1070)
Browse files Browse the repository at this point in the history
  • Loading branch information
JensRantil authored and gmlewis committed Feb 1, 2019
1 parent 2406bfd commit b11636a
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 0 deletions.
16 changes: 16 additions & 0 deletions github/github-accessors.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions github/issues_timeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,8 @@ type Source struct {
ID *int64 `json:"id,omitempty"`
URL *string `json:"url,omitempty"`
Actor *User `json:"actor,omitempty"`
Type *string `json:"type,omitempty"`
Issue *Issue `json:"issue,omitempty"`
}

// ListIssueTimeline lists events for the specified issue.
Expand Down

0 comments on commit b11636a

Please sign in to comment.