From 532d1886121ae48ba915c83665bf256f5849e770 Mon Sep 17 00:00:00 2001 From: Louis Opter Date: Mon, 5 May 2025 23:35:38 +0000 Subject: [PATCH] Add CODEOWNERS and tag @lopter as a reviewer on vars and secrets changes Since I am working in those areas through [ADR-7], I would like to know when they get changed, and possibly have a say. [ADR-7]: https://git.clan.lol/clan/clan-core/pulls/3196 --- CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..ab7668c6f --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,2 @@ +nixosModules/clanCore/vars/.* @lopter +pkgs/clan-cli/clan_cli/(secrets|vars)/.* @lopter