Skip to content

Commit

Permalink
add Hashtags field to ChangeInfo
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitshur authored and andygrunwald committed Jun 25, 2019
1 parent 78ea334 commit 64931d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions changes.go
Original file line number Diff line number Diff line change
Expand Up @@ -340,6 +340,7 @@ type ChangeInfo struct {
Project string `json:"project"`
Branch string `json:"branch"`
Topic string `json:"topic,omitempty"`
Hashtags []string `json:"hashtags,omitempty"`
ChangeID string `json:"change_id"`
Subject string `json:"subject"`
Status string `json:"status"`
Expand Down

0 comments on commit 64931d2

Please sign in to comment.