diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d4870c31d..68f7f0398 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -8,11 +8,11 @@ azext_iot/central/ @prbans # Monitor Code Owner(s) -azext_iot/monitor/ @prbans +azext_iot/monitor/ @prbans @digimaun # Tests Code Owners azext_iot/tests/central/ @prbans azext_iot/tests/test_iot_central_int.py @prbans azext_iot/tests/test_iot_central_unit.py @prbans -azext_iot/tests/test_monitor_parsers_unit.py @prbans -azext_iot/tests/test_uamqp_import.py @prbans +azext_iot/tests/test_monitor_parsers_unit.py @prbans @digimaun +azext_iot/tests/test_uamqp_import.py @prbans @digimaun