From a741f4f4543e8cee7801e4a4d7e6feaf51588686 Mon Sep 17 00:00:00 2001 From: Tu Dinh Date: Thu, 20 Aug 2026 19:42:00 +0200 Subject: [PATCH] Add code owners for the Windows guest tools tests Signed-off-by: Tu Dinh --- .github/CODEOWNERS | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bfad325e6..42bb40765 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,3 +7,6 @@ tests/xen/ @xcp-ng/os-platform-release @xcp-ng/hypervisor-kernel tests/xapi/ @xcp-ng/os-platform-release @xcp-ng/xapi-network tests/network/ @xcp-ng/os-platform-release @xcp-ng/xapi-network + +tests/guest_tools/win @xcp-ng/os-platform-release @xcp-ng/windows-guest-tools +lib/windows @xcp-ng/os-platform-release @xcp-ng/windows-guest-tools