We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ddfa307 commit 155b546Copy full SHA for 155b546
1 file changed
github/issues_timeline.go
@@ -35,6 +35,8 @@ type Timeline struct {
35
SHA *string `json:"sha,omitempty"`
36
// The commit message.
37
Message *string `json:"message,omitempty"`
38
+ // A list of parent commits.
39
+ Parents []*Commit `json:"parents,omitempty"`
40
41
// Event identifies the actual type of Event that occurred. Possible values
42
// are:
0 commit comments