Commit 86d15c1e authored by Andrei Dziahel's avatar Andrei Dziahel Committed by Rémy Coutable

Expose MergeRequest::merge_status to API

parent 9fdd605f
......@@ -175,6 +175,7 @@ module API
expose :work_in_progress?, as: :work_in_progress
expose :milestone, using: Entities::Milestone
expose :merge_when_build_succeeds
expose :merge_status
end
class MergeRequestChanges < MergeRequest
......
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