diff options
| -rw-r--r-- | .github/CODEOWNERS | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 829d1b95..67a24bb4 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,13 @@ # Root files /* @microsoft/driver-samples-maintainers +# Bluetooth +/bluetooth/ @microsoft/bluetooth + +# Cellular Core +/network/wwan/ @microsoft/cellcore +/nfc/ @microsoft/cellcore + # Connection Awareness /gnss/ @microsoft/connection-awareness /network/radio/ @microsoft/connection-awareness @@ -21,6 +28,9 @@ # Filter Manager /filesys/miniFilter/ @microsoft/filter-manager +# Platform Integrity +/security/ @microsoft/platform-integrity + # Storage /storage/ @microsoft/storage-core |
