Commit bf3c5934 authored by antony360's avatar antony360 Committed by Sander van Harmelen

Add time stats mr (#284)

* update UpdateIssue (#6)

* Updated Issue struct and MergeRequest struct (#7)
parent d8b5c2e4
...@@ -87,6 +87,7 @@ type MergeRequest struct { ...@@ -87,6 +87,7 @@ type MergeRequest struct {
RenamedFile bool `json:"renamed_file"` RenamedFile bool `json:"renamed_file"`
DeletedFile bool `json:"deleted_file"` DeletedFile bool `json:"deleted_file"`
} `json:"changes"` } `json:"changes"`
TimeStats *TimeStats `json:"time_stats"`
} }
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