feat(monorepo-gerrit): Include owners & owners-autoassign plugins

Change-Id: I62b90fb94293fc5148fe0fd7a06ea3d0e4d44199
Reviewed-on: https://cl.tvl.fyi/c/depot/+/222
Reviewed-by: lukegb <lukegb@tvl.fyi>
This commit is contained in:
Vincent Ambo 2020-06-13 19:30:48 +01:00 committed by tazjin
parent f36d1d1b2e
commit 95e4faf464

View file

@ -17,6 +17,11 @@ in {
"hooks"
];
plugins = with config.depot.third_party.gerrit_plugins; [
owners
owners-autoassign
];
settings = {
core.packedGitLimit = "100m";
log.jsonLogging = true;