Commit 5fd3ec1c authored by Valery Sizov's avatar Valery Sizov

Fix entities/merge_request.json by adding ff_only_merge

parent 19a62632
...@@ -96,7 +96,8 @@ ...@@ -96,7 +96,8 @@
"remove_wip_path": { "type": "string" }, "remove_wip_path": { "type": "string" },
"commits_count": { "type": "integer" }, "commits_count": { "type": "integer" },
"remove_source_branch": { "type": ["boolean", "null"] }, "remove_source_branch": { "type": ["boolean", "null"] },
"merge_ongoing": { "type": "boolean" } "merge_ongoing": { "type": "boolean" },
"ff_only_enabled": { "type": ["boolean", false] }
}, },
"additionalProperties": false "additionalProperties": false
} }
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