diff options
author | Thomas Gerbet | 2024-07-15 17:12:33 +0200 |
---|---|---|
committer | Thomas Gerbet | 2024-07-15 17:12:33 +0200 |
commit | 7a44a7b081a8af270b1447a546528e63a3ff0874 (patch) | |
tree | d2826e9958dc16fb5bac3469c162f81ec1da8481 /.github | |
parent | aed46dcba04753cd4107bfc1fd6c43e4fa1c954d (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/CODEOWNERS | 2 |
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 |