about summary refs log tree commit diff
path: root/.github
diff options
context:
space:
mode:
authorThomas Gerbet2024-07-15 17:12:33 +0200
committerThomas Gerbet2024-07-15 17:12:33 +0200
commit7a44a7b081a8af270b1447a546528e63a3ff0874 (patch)
treed2826e9958dc16fb5bac3469c162f81ec1da8481 /.github
parentaed46dcba04753cd4107bfc1fd6c43e4fa1c954d (diff)
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.
Diffstat (limited to '.github')
-rw-r--r--.github/CODEOWNERS2
1 files changed, 1 insertions, 1 deletions
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