Update project configuration.
diff --git a/project.config b/project.config index 6919042..c5faa62 100644 --- a/project.config +++ b/project.config
@@ -1,12 +1,16 @@ [project] description = Access inherited by all other projects. [receive] - requireContributorAgreement = false + requireContributorAgreement = true requireSignedOffBy = false requireChangeId = true - enableSignedPush = false + createNewChangeForAllNotInTarget = false + maxObjectSizeLimit = 10m + rejectImplicitMerges = false [submit] - mergeContent = true + mergeContent = false + action = rebase if necessary + matchAuthorToCommitterDate = false [capability] administrateServer = group mdb/fuchsia-team [access "refs/*"] @@ -61,3 +65,13 @@ value = 0 No score value = +1 Looks good to me, but someone else must approve value = +2 Looks good to me, approved +[reviewer] + enableByEmail = false +[notify "team"] + email = machina-firehose@google.com +[commentLink "its-jira"] + match = (\\[[A-Z][A-Z]+-[1-9][0-9]*\\]) + link = https://fuchsia.atlassian.net/browse/$1 +[plugin "its-jira"] + branch = refs/heads/machina + enabled = true