@cryptotaxi247 / infra / commits / 14a29fb9

.github: add CODEOWNERS for core-infra owner parts of the repo

Combined with branch protection, this should allow for the following: - PRs that impact these directories will require approval from at least one core-infra member. - PRs that do not impact these directories can be approved by anyone who has write access to the repo (incl. non-critical infra members) - Only core-infra members can push without going through a PR.

Pierre Bourdon committed Feb 22, 2024 at 18:38 UTC 14a29fb9a383bb69341d12d904fe7143056382a5
1 file changed +14
.github/CODEOWNERS new
+14
@@ -0,0 +1,14 @@
1 +# Every directory containing configurations impacting the core infra needs a
2 +# review from a member of core infra.
3 +.github/ @NixOS/infra-build
4 +bastion/ @NixOS/infra-build
5 +delft/ @NixOS/infra-build
6 +hydra-packet-importer/ @NixOS/infra-build
7 +lib/ @NixOS/infra-build
8 +macs/ @NixOS/infra-build
9 +metrics/ @NixOS/infra-build
10 +modules/ @NixOS/infra-build
11 +terraform-iam/ @NixOS/infra-build
12 +terraform/ @NixOS/infra-build
13 +channels.nix @NixOS/infra-build
14 +ssh-keys.nix @NixOS/infra-build