From 9a694723b2405f5a443f3b56177cf70279f4bf49 Mon Sep 17 00:00:00 2001 From: Ben Hillis Date: Fri, 4 Oct 2024 03:11:38 +0000 Subject: [PATCH] Update codeowners with new team names --- .github/CODEOWNERS | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d02c4bae21..1977de15ab 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,15 +1,15 @@ # File containing policy for file ownership # Reviewers for all files in the repository -* @microsoft/hvlite +* @microsoft/openvmm-maintain # Any CI changes require special approval -/ci/ @microsoft/hvlite-ci-config-reviewers -/.github/ @microsoft/hvlite-ci-config-reviewers +/ci/ @microsoft/openvmm-ci-reviewers +/.github/ @microsoft/openvmm-ci-reviewers # VTL2 settings is an API consumed by various partner teams. VTL2 Settings # approvers evaluate for consistency and to help ensure no breaking changes -/vm/devices/get/underhill_config/* @microsoft/hvlite-vtl2-settings-approvers +/vm/devices/get/underhill_config/* @microsoft/openvmm-vtl2-settings-approvers # Cargo dependencies -/Cargo.lock @microsoft/hvlite-dependency-reviewers +/Cargo.lock @microsoft/openvmm-dependency-reviewers