Fix entities/merge_request.json by adding ff_only_merge

This commit is contained in:
Valery Sizov 2017-09-20 13:42:41 +03:00
parent 19a62632f7
commit 5fd3ec1cfc

View file

@ -96,7 +96,8 @@
"remove_wip_path": { "type": "string" },
"commits_count": { "type": "integer" },
"remove_source_branch": { "type": ["boolean", "null"] },
"merge_ongoing": { "type": "boolean" }
"merge_ongoing": { "type": "boolean" },
"ff_only_enabled": { "type": ["boolean", false] }
},
"additionalProperties": false
}