From 7a44a7b081a8af270b1447a546528e63a3ff0874 Mon Sep 17 00:00:00 2001 From: Thomas Gerbet Date: Mon, 15 Jul 2024 17:12:33 +0200 Subject: [PATCH] ci: add the security team to the codeowners of the ci/ directory Given its content is used in items already code-owned by the security team it should have the same level of scrutiny. --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 24be3d045d3a..e2bd963249bc 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -14,7 +14,7 @@ # CI /.github/workflows @NixOS/Security @Mic92 @zowoq /.github/workflows/check-nix-format.yml @infinisil -/ci @infinisil +/ci @infinisil @NixOS/Security # Develompent support /.editorconfig @Mic92 @zowoq