diff options
| author | Adonais Romero González <[email protected]> | 2023-10-11 14:43:58 -0700 |
|---|---|---|
| committer | Adonais Romero González <[email protected]> | 2023-10-11 14:43:58 -0700 |
| commit | 34ff9aa8f62bc36df4c6cfda178e550432f5e3ec (patch) | |
| tree | 4714996f4dedbf462fba6cecbe0ba6426532dce3 | |
| parent | 650bc18ac3c7b7e252108c466b35f7f21932a1d4 (diff) | |
Add new owners
| -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 |
