diff options
| author | Adonais Romero Gonzalez <[email protected]> | 2024-02-06 15:15:13 -0800 |
|---|---|---|
| committer | Adonais Romero Gonzalez <[email protected]> | 2024-02-06 15:15:13 -0800 |
| commit | b12e3a38837146c1c1c3e202e2e2ad9f9ddf009f (patch) | |
| tree | ba607a8dc58fefb6b0807a743a3d85c0953d375d | |
| parent | 81a3070cd98c8ac8fc88eaa7f2c8c1d696f62ba1 (diff) | |
Add new teams as owners; fix some entries.
| -rw-r--r-- | .github/CODEOWNERS | 28 |
1 files changed, 21 insertions, 7 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6708e6db..5eb099f6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,7 +8,7 @@ /* @microsoft/driver-samples-maintainers # Audio -/audio @microsoft/windowsaudio +/audio/ @microsoft/windowsaudio # Bluetooth /bluetooth/ @microsoft/bluetooth @@ -33,24 +33,38 @@ /smartcrd/ @microsoft/consumer-storage # Device Enumeration and Interconnect -/gpio @microsoft/device-enumeration-and-interconnect -/prm @microsoft/device-enumeration-and-interconnect +/gpio/ @microsoft/device-enumeration-and-interconnect +/pofx/PEP/ @microsoft/device-enumeration-and-interconnect +/prm/ @microsoft/device-enumeration-and-interconnect +/wmi/wmiacpi/ @microsoft/device-enumeration-and-interconnect + +# Display Kernel +/video/ @microsoft/display-kernel-devs + +# Driver Development Supplemental Tools +/tools/ @microsoft/windows-driver-developers-supplemental-tools-admins + +# Energy Efficiency +/pofx/WDF/ @microsoft/ee-devs +/simbatt/ @microsoft/ee-devs +/thermal/ @microsoft/ee-devs # Event Tracing for Windows /general/perfcounters/ @microsoft/etw /general/tracing/ @microsoft/etw +# File Systems +/filesys/cdfs/ @microsoft/filesystems +/filesys/fastfat/ @microsoft/filesystems + # Filter Manager /filesys/miniFilter/ @microsoft/filter-manager -# Indirect Display -/video/IndirectDisplay/ @microsoft/indirectdisplay-devs - # Kernel Core /general/registry/ @microsoft/kernel-core # Network Security -/network/trans @microsoft/netsec +/network/trans/ @microsoft/netsec # Platform Integrity /security/ @microsoft/platform-integrity |
