about summary refs log tree commit diff
diff options
context:
space:
mode:
authorVincent Ambo <mail@tazj.in>2020-06-13T18·30+0100
committertazjin <mail@tazj.in>2020-06-13T18·59+0000
commit95e4faf4645cd2c52e6aa38a5ea2d352626e84c4 (patch)
tree09b5a9fe88121174a37e9fa6b4a5a93227b99542
parentf36d1d1b2e10bdea332509f952941b6506f4e9a2 (diff)
feat(monorepo-gerrit): Include owners & owners-autoassign plugins r/936
Change-Id: I62b90fb94293fc5148fe0fd7a06ea3d0e4d44199
Reviewed-on: https://cl.tvl.fyi/c/depot/+/222
Reviewed-by: lukegb <lukegb@tvl.fyi>
-rw-r--r--ops/nixos/modules/monorepo-gerrit.nix5
1 files changed, 5 insertions, 0 deletions
diff --git a/ops/nixos/modules/monorepo-gerrit.nix b/ops/nixos/modules/monorepo-gerrit.nix
index 5e71a60c5c..58fbb8d206 100644
--- a/ops/nixos/modules/monorepo-gerrit.nix
+++ b/ops/nixos/modules/monorepo-gerrit.nix
@@ -17,6 +17,11 @@ in {
       "hooks"
     ];
 
+    plugins = with config.depot.third_party.gerrit_plugins; [
+      owners
+      owners-autoassign
+    ];
+
     settings = {
       core.packedGitLimit = "100m";
       log.jsonLogging = true;