WIP: Project option to require allow collaboration on merge requests
Closed
requested to merge prashcr/gitlab:project-option-to-require-allow-collaboration-on-merge-requests-squashed into master
4 unresolved threads
Compare changes
Conflict: This file was modified in the source branch, but removed in the target branch.
Ask someone with write access to resolve it.
+ 5
− 0
@@ -2931,6 +2931,11 @@
@@ -2931,6 +2931,11 @@
t.index ["archived", "pending_delete", "merge_requests_require_code_owner_approval"], name: "projects_requiring_code_owner_approval", where: "((pending_delete = false) AND (archived = false) AND (merge_requests_require_code_owner_approval = true))"