Commit 8f123173 authored by Samuel Contesse's avatar Samuel Contesse Committed by Sander van Harmelen

Add sha to merge request struct (#187)

parent e10d39cd
......@@ -79,6 +79,7 @@ type MergeRequest struct {
} `json:"milestone"`
MergeWhenBuildSucceeds bool `json:"merge_when_build_succeeds"`
MergeStatus string `json:"merge_status"`
SHA string `json:"sha"`
Subscribed bool `json:"subscribed"`
UserNotesCount int `json:"user_notes_count"`
SouldRemoveSourceBranch bool `json:"should_remove_source_branch"`
......
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