Refine CODEOWNERS for WSLC (#41079)
* Refine CODEOWNERS for WSLC Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> * Cover WSLC service IDLs in CODEOWNERS Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --------- Co-authored-by: Ben Hillis <benhill@ntdev.microsoft.com> Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Ben Hillis committed
Jul 14, 2026 at 19:55 UTC
0fe081bc45d83044b3a46a2b47b8ce8df7b749f0
1 file changed
+15
-4
.github/CODEOWNERS
+15
-4
@@ -1,5 +1,16 @@
1
-# File containing policy for file ownership
2
-
3
-# Reviewers for all files in the repository
1
+# Default ownership
2
* @microsoft/wsl-maintainers
5
-* @microsoft/wslc-team
\ No newline at end of file
3
+
4
+# WSLC
5
+/src/windows/wslc/ @microsoft/wsl-maintainers @microsoft/wslc-team
6
+/src/windows/wslcsession/ @microsoft/wsl-maintainers @microsoft/wslc-team
7
+/src/windows/WslcSDK/ @microsoft/wsl-maintainers @microsoft/wslc-team
8
+/test/windows/wslc/ @microsoft/wsl-maintainers @microsoft/wslc-team
9
+
10
+# WSLC surfaces in shared components
11
+/src/windows/common/WSLC* @microsoft/wsl-maintainers @microsoft/wslc-team
12
+/src/windows/service/exe/WSLC* @microsoft/wsl-maintainers @microsoft/wslc-team
13
+/src/windows/service/inc/wslc.idl @microsoft/wsl-maintainers @microsoft/wslc-team
14
+/src/windows/service/inc/WSLC*.idl @microsoft/wsl-maintainers @microsoft/wslc-team
15
+/src/windows/inc/wslc_schema.h @microsoft/wsl-maintainers @microsoft/wslc-team
16
+/src/linux/init/WSLC* @microsoft/wsl-maintainers @microsoft/wslc-team