Commit 3cc76e19 authored by Clément Moyroud's avatar Clément Moyroud Committed by Sander van Harmelen

Add the Merge Status to the MergeRequest struct. (#63)

parent fdacf2f6
......@@ -85,6 +85,7 @@ type MergeRequest struct {
RenamedFile bool `json:"renamed_file"`
DeletedFile bool `json:"deleted_file"`
} `json:"files"`
MergeStatus string `json:"merge_status"`
}
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