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 <flokli@flokli.de> Autosubmit: Ryan Lahfa <masterancpp@gmail.com>
This commit is contained in:
parent
5d789a3ef4
commit
7643267eb2
1 changed files with 1 additions and 2 deletions
|
|
@ -32,8 +32,7 @@ in
|
||||||
];
|
];
|
||||||
|
|
||||||
plugins = with gerritPlugins; [
|
plugins = with gerritPlugins; [
|
||||||
# TODO: re-enable once we have figured out all the email situation.
|
code-owners
|
||||||
# code-owners
|
|
||||||
oauth
|
oauth
|
||||||
(depot.ops.gerrit-tvl {
|
(depot.ops.gerrit-tvl {
|
||||||
gerrit = gerritPackage;
|
gerrit = gerritPackage;
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue