diff --git a/github/issues_timeline.go b/github/issues_timeline.go index 9ec498e45c..7b9068acc5 100644 --- a/github/issues_timeline.go +++ b/github/issues_timeline.go @@ -35,6 +35,8 @@ type Timeline struct { SHA *string `json:"sha,omitempty"` // The commit message. Message *string `json:"message,omitempty"` + // A list of parent commits. + Parents []*Commit `json:"parents,omitempty"` // Event identifies the actual type of Event that occurred. Possible values // are: