Skip to content

Commit

Permalink
Add parents field to timeline events (#2566)
Browse files Browse the repository at this point in the history
  • Loading branch information
lyoung-confluent committed Nov 15, 2022
1 parent ddfa307 commit 155b546
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions github/issues_timeline.go
Expand Up @@ -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:
Expand Down

0 comments on commit 155b546

Please sign in to comment.