microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
.github/CODEOWNERS
23lines · modecode
| 1 | # File containing policy for file ownership |
| 2 | |
| 3 | # Reviewers for all files in the repository |
| 4 | * @microsoft/openvmm-reviewers |
| 5 | |
| 6 | # Any CI changes require special approval |
| 7 | /ci/ @microsoft/openvmm-ci-reviewers |
| 8 | /.github/ @microsoft/openvmm-ci-reviewers |
| 9 | |
| 10 | # Areas with specific maintainers. In some cases, general maintainers can also approve. |
| 11 | |
| 12 | # VTL2 settings is an API consumed by various partner teams. VTL2 Settings |
| 13 | # approvers evaluate for consistency and to help ensure no breaking changes |
| 14 | /vm/devices/get/underhill_config/* @microsoft/openvmm-vtl2-settings-approvers |
| 15 | |
| 16 | # Vmbus |
| 17 | /vm/devices/vmbus/ @microsoft/openvmm-reviewers @microsoft/openvmm-vmbus |
| 18 | |
| 19 | # Storage |
| 20 | /vm/devices/storage @microsoft/openvmm-reviewers @microsoft/openvmm-storage |
| 21 | |
| 22 | # Cargo dependencies |
| 23 | /Cargo.lock @microsoft/openvmm-dependency-reviewers |
| 24 | |