From 7643267eb2dd7584c627545b83bc4a77bd808de9 Mon Sep 17 00:00:00 2001 From: Raito Bezarius Date: Thu, 20 Mar 2025 13:35:15 +0100 Subject: [PATCH] feat(ops/modules/monorepo-gerrit): re-enable Code Owners Code Owners was disabled because it's very sensitive about the identity of the committers and while pushing the original history, this was a distraction. Now that the history has been pushed and everyone is back to their normal identity, it's fine to enable it again. Fixes #83. Change-Id: I4181d6af4eca489d4827b1c1ee606dfbb28a05c9 Reviewed-on: https://cl.snix.dev/c/snix/+/30173 Tested-by: besadii Reviewed-by: Florian Klink Autosubmit: Ryan Lahfa --- ops/modules/monorepo-gerrit.nix | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/ops/modules/monorepo-gerrit.nix b/ops/modules/monorepo-gerrit.nix index 8fa18e0ba..2a3ed4805 100644 --- a/ops/modules/monorepo-gerrit.nix +++ b/ops/modules/monorepo-gerrit.nix @@ -32,8 +32,7 @@ in ]; plugins = with gerritPlugins; [ - # TODO: re-enable once we have figured out all the email situation. - # code-owners + code-owners oauth (depot.ops.gerrit-tvl { gerrit = gerritPackage;