Commit 22895aa4 authored by Shane Da Silva's avatar Shane Da Silva Committed by Sander van Harmelen

Add squash flag to merge request struct (#378)

parent 1d3bf992
...@@ -96,6 +96,7 @@ type MergeRequest struct { ...@@ -96,6 +96,7 @@ type MergeRequest struct {
DeletedFile bool `json:"deleted_file"` DeletedFile bool `json:"deleted_file"`
} `json:"changes"` } `json:"changes"`
TimeStats *TimeStats `json:"time_stats"` TimeStats *TimeStats `json:"time_stats"`
Squash bool `json:"squash"`
} }
func (m MergeRequest) String() string { func (m MergeRequest) String() string {
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment