Commit a8a6377a authored by Marcin Tojek's avatar Marcin Tojek

Add missing field: merge_error

parent 92d5254f
......@@ -71,6 +71,7 @@ type MergeRequest struct {
Milestone *Milestone `json:"milestone"`
MergeWhenPipelineSucceeds bool `json:"merge_when_pipeline_succeeds"`
MergeStatus string `json:"merge_status"`
MergeError string `json:"merge_error"`
MergedBy struct {
ID int `json:"id"`
Username string `json:"username"`
......
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