Skip to content

Commit 3a41e97

Browse files
Add stable release maintainers to CODEOWNERS (#7564)
Update main branch CODEOWNERS file to require CBL-Mariner-Stable-Maintainers team review for all files in this branch since PRs targeting main are going to our next 2.0 stable release.
1 parent a264db1 commit 3a41e97

1 file changed

Lines changed: 2 additions & 98 deletions

File tree

.github/CODEOWNERS

Lines changed: 2 additions & 98 deletions
Original file line numberDiff line numberDiff line change
@@ -1,98 +1,2 @@
1-
# By default all files require a review by at lest one member of the CBL-Mariner developers team.
2-
* @microsoft/cbl-mariner-devs
3-
4-
# Modification to this file require admin approval.
5-
/.github/CODEOWNERS @microsoft/cbl-mariner-admins
6-
7-
# Modifications to the build pipelines require admin approval.
8-
/.pipelines/* @microsoft/cbl-mariner-admins
9-
10-
# Modifications to the CredScan exceptions require admin approval.
11-
/.config/CredScanSuppressions.json @microsoft/cbl-mariner-admins
12-
13-
# Modification to what is considered "core packages" require admin approval.
14-
/SPECS/core-packages/* @microsoft/cbl-mariner-admins
15-
16-
# Modification to specific packages go to specific teams
17-
/SPECS/installkernel/* @microsoft/cbl-mariner-kernel
18-
/SPECS/kernel/* @microsoft/cbl-mariner-kernel
19-
/SPECS/kernel-azure/* @microsoft/cbl-mariner-kernel
20-
/SPECS/kernel-hci/* @microsoft/cbl-mariner-kernel
21-
/SPECS/kernel-headers/* @microsoft/cbl-mariner-kernel
22-
/SPECS/kernel-mshv/* @microsoft/cbl-mariner-kata-containers
23-
/SPECS/kernel-uvm/* @microsoft/cbl-mariner-kata-containers
24-
/SPECS-SIGNED/kernel-signed/* @microsoft/cbl-mariner-kernel
25-
/SPECS-SIGNED/kernel-hci-signed/* @microsoft/cbl-mariner-kernel
26-
/SPECS-SIGNED/kernel-azure-signed/* @microsoft/cbl-mariner-kernel
27-
/SPECS-SIGNED/kernel-mstflint-signed/* @microsoft/cbl-mariner-kernel
28-
/SPECS-SIGNED/kernel-mshv-signed/* @microsoft/cbl-mariner-kata-containers
29-
30-
/SPECS/grub2/* @microsoft/cbl-mariner-bootloader
31-
/SPECS/grubby/* @microsoft/cbl-mariner-bootloader
32-
/SPECS/shim/* @microsoft/cbl-mariner-bootloader
33-
/SPECS/shim-unsigned/* @microsoft/cbl-mariner-bootloader
34-
/SPECS/shim-unsigned-x64/* @microsoft/cbl-mariner-bootloader
35-
/SPECS/shim-unsigned-aarch64/* @microsoft/cbl-mariner-bootloader
36-
/SPECS-SIGNED/grub2-efi-binary-signed/* @microsoft/cbl-mariner-bootloader
37-
38-
/SPECS/dracut/* @microsoft/cbl-mariner-dracut
39-
/SPECS/initramfs/* @microsoft/cbl-mariner-dracut
40-
/SPECS/verity-read-only-root/* @microsoft/cbl-mariner-dracut
41-
42-
/SPECS/systemd/* @microsoft/cbl-mariner-systemd
43-
44-
/SPECS/bcc/* @microsoft/cbl-mariner-debug-tools
45-
/SPECS/bpftrace/* @microsoft/cbl-mariner-debug-tools
46-
/SPECS/crash/* @microsoft/cbl-mariner-debug-tools
47-
/SPECS/gdb/* @microsoft/cbl-mariner-debug-tools
48-
/SPECS/kexec-tools/* @microsoft/cbl-mariner-debug-tools
49-
50-
/SPECS/openssl/* @microsoft/cbl-mariner-openssl
51-
/SPECS/SymCrypt-OpenSSL/* @microsoft/cbl-mariner-openssl
52-
/SPECS/SymCrypt/* @microsoft/cbl-mariner-openssl
53-
/SPECS/KeysInUse-OpenSSL/* @microsoft/cbl-mariner-openssl
54-
55-
/SPECS/dnf/* @microsoft/cbl-mariner-package-managers
56-
/SPECS/dnf-plugins-core/* @microsoft/cbl-mariner-package-managers
57-
/SPECS/rpm/* @microsoft/cbl-mariner-package-managers
58-
/SPECS/tdnf/* @microsoft/cbl-mariner-package-managers
59-
60-
/SPECS/moby-buildx/* @microsoft/cbl-mariner-container-runtime
61-
/SPECS/moby-cli/* @microsoft/cbl-mariner-container-runtime
62-
/SPECS/moby-containerd/* @microsoft/cbl-mariner-container-runtime
63-
/SPECS/moby-containerd-cc/* @microsoft/cbl-mariner-kata-containers
64-
/SPECS/moby-engine/* @microsoft/cbl-mariner-container-runtime
65-
/SPECS/moby-runc/* @microsoft/cbl-mariner-container-runtime
66-
/SPECS/kata-containers/* @microsoft/cbl-mariner-kata-containers
67-
/SPECS/kata-containers-cc/* @microsoft/cbl-mariner-kata-containers
68-
/SPECS/virtiofsd/* @microsoft/cbl-mariner-kata-containers
69-
70-
/SPECS/cloud-hypervisor/* @microsoft/cbl-mariner-virtualization
71-
/SPECS/hvloader/* @microsoft/cbl-mariner-kata-containers
72-
/SPECS-SIGNED/hvloader-signed/* @microsoft/cbl-mariner-kata-containers
73-
74-
/SPECS/cloud-init/* @microsoft/cbl-mariner-provisioning
75-
/SPECS/walinuxagent/* @microsoft/cbl-mariner-provisioning
76-
77-
# Modifications to the toolkit requires reviews from the toolkit team
78-
/toolkit/ @microsoft/cbl-mariner-tooling
79-
80-
# Docs to be reviewed by general CBL-Mariner devs
81-
/toolkit/docs/ @microsoft/cbl-mariner-devs
82-
83-
# Default image configurations to be reviewed by general CBL-Mariner devs
84-
/toolkit/imageconfigs/ @microsoft/cbl-mariner-devs
85-
86-
# Package and toolchain manifests to be reviewed by general CBL-Mariner devs
87-
/toolkit/resources/manifests/package/pkggen_core_aarch64.txt @microsoft/cbl-mariner-devs
88-
/toolkit/resources/manifests/package/pkggen_core_x86_64.txt @microsoft/cbl-mariner-devs
89-
/toolkit/resources/manifests/package/toolchain_aarch64.txt @microsoft/cbl-mariner-devs
90-
/toolkit/resources/manifests/package/toolchain_x86_64.txt @microsoft/cbl-mariner-devs
91-
92-
# Modifications to the raw toolchain require admin approval.
93-
/toolkit/scripts/toolchain/container/* @microsoft/cbl-mariner-admins
94-
/toolkit/scripts/toolchain/cgmanifest.json @microsoft/cbl-mariner-admins
95-
/toolkit/scripts/toolchain/create_toolchain_in_container.sh @microsoft/cbl-mariner-admins
96-
97-
# Modifications to the trusted CA certificates require admin approval.
98-
/SPECS/*ca-certificates*/* @microsoft/cbl-mariner-admins
1+
# For stable release branches, ensure stable release maintainers are added as code reviewers
2+
* @microsoft/cbl-mariner-stable-maintainers

0 commit comments

Comments
 (0)