microsoft/openvmm
Publicmirrored fromhttps://github.com/microsoft/openvmmAvailable
.github/CODEOWNERS
15lines · modecode
| 1 | # File containing policy for file ownership |
| 2 | |
| 3 | # Reviewers for all files in the repository |
| 4 | * @microsoft/openvmm-maintain |
| 5 | |
| 6 | # Any CI changes require special approval |
| 7 | /ci/ @microsoft/openvmm-ci-reviewers |
| 8 | /.github/ @microsoft/openvmm-ci-reviewers |
| 9 | |
| 10 | # VTL2 settings is an API consumed by various partner teams. VTL2 Settings |
| 11 | # approvers evaluate for consistency and to help ensure no breaking changes |
| 12 | /vm/devices/get/underhill_config/* @microsoft/openvmm-vtl2-settings-approvers |
| 13 | |
| 14 | # Cargo dependencies |
| 15 | /Cargo.lock @microsoft/openvmm-dependency-reviewers |
| 16 | |