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:
parent
f36d1d1b2e
commit
95e4faf464
1 changed files with 5 additions and 0 deletions
|
@ -17,6 +17,11 @@ in {
|
||||||
"hooks"
|
"hooks"
|
||||||
];
|
];
|
||||||
|
|
||||||
|
plugins = with config.depot.third_party.gerrit_plugins; [
|
||||||
|
owners
|
||||||
|
owners-autoassign
|
||||||
|
];
|
||||||
|
|
||||||
settings = {
|
settings = {
|
||||||
core.packedGitLimit = "100m";
|
core.packedGitLimit = "100m";
|
||||||
log.jsonLogging = true;
|
log.jsonLogging = true;
|
||||||
|
|
Loading…
Reference in a new issue