From b38881882d3582dde2aa212bc8f29ef8b3e05ec8 Mon Sep 17 00:00:00 2001 From: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> Date: Tue, 20 Aug 2024 15:04:09 -0700 Subject: [PATCH] Fix formatting for codeowners file Signed-off-by: karishma-chawla <74574173+karishma-chawla@users.noreply.github.com> --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index ec11f490..25b8e746 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -6,5 +6,4 @@ # All of the people (and only those people) from the matching rule will be notified # Default rule: anything that doesn't match a more specific rule goes here -* @radius-project/maintainers-radius @radius-project/approvers-radius -* @sk593 +* @radius-project/maintainers-radius @radius-project/approvers-radius @sk593