Fix entities/merge_request.json by adding ff_only_merge
This commit is contained in:
parent
19a62632f7
commit
5fd3ec1cfc
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue