Commit 837f14a1 authored by Shinya Maeda's avatar Shinya Maeda

Fix conflicts in merge_request_widget.json

parent d8c72aaf
...@@ -119,7 +119,7 @@ ...@@ -119,7 +119,7 @@
"can_push_to_source_branch": { "type": "boolean" }, "can_push_to_source_branch": { "type": "boolean" },
"rebase_path": { "type": ["string", "null"] }, "rebase_path": { "type": ["string", "null"] },
"squash": { "type": "boolean" }, "squash": { "type": "boolean" },
<<<<<<< HEAD "test_reports_path": { "type": ["string", "null"] },
// EE-specific // EE-specific
"approvals_before_merge": { "type": ["integer", "null"] }, "approvals_before_merge": { "type": ["integer", "null"] },
...@@ -135,9 +135,6 @@ ...@@ -135,9 +135,6 @@
}, },
"vulnerability_feedback_path": { "type": "string" }, "vulnerability_feedback_path": { "type": "string" },
"can_create_feedback": { "type": "boolean" } "can_create_feedback": { "type": "boolean" }
=======
"test_reports_path": { "type": ["string", "null"] }
>>>>>>> upstream/master
}, },
"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