Modified project settings
diff --git a/project.config b/project.config
index 2d94e86..eb6532d 100644
--- a/project.config
+++ b/project.config
@@ -1,8 +1,7 @@
 [project]
 	description = Project containing ACL's for all projects managed by the commit queue.
 [submit]
-	action = cherry pick
-	mergeContent = true
+	action = inherit
 [access "refs/*"]
 	owner = group Administrators
 	read = group cros-trybot
@@ -18,3 +17,14 @@
 	submit = group zz-deprecated-chrome-bot-group
 [access]
 	inheritFrom = chromiumos
+[plugin "zosscoverage"]
+	enable = false
+	enableLowCoverageAlerting = false
+	enableVoting = false
+	incrementalCoverageDisplayErrorBelow = 0
+	incrementalCoverageDisplayWarningBelow = 0
+	labelName = Code-Coverage
+	minAffectedFilesToEnforce = 0
+	minAffectedLinesToEnforce = 0
+	negativeVoteValue = -1
+	positiveVoteValue = 1