Commit e3c86bb0 authored by Pavel Glushkov's avatar Pavel Glushkov Committed by Sander van Harmelen

Add WebURL to MergeRequest (#118)

parent 9b456c8c
......@@ -91,6 +91,7 @@ type MergeRequest struct {
RenamedFile bool `json:"renamed_file"`
DeletedFile bool `json:"deleted_file"`
} `json:"changes"`
WebURL string `json:"web_url"`
}
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