From 19cda6ff872a52ef618a8606b9070e7ca1faac53 Mon Sep 17 00:00:00 2001 From: Peter Nied Date: Wed, 22 Feb 2023 13:57:34 -0600 Subject: [PATCH] Fix the format of the codeowners file (#2469) Fix the format of the codeowners file All maintainers are considered code-owners instead of only @scrawfor99 :D Signed-off-by: Peter Nied Signed-off-by: Maciej Mierzwa --- .github/CODEOWNERS | 9 +-------- 1 file changed, 1 insertion(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 9cd5577ad8..5478135783 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,8 +1 @@ -# Should now match maintainers list -* @cliu123 -* @cwperks -* @DarshitChanpura -* @davidlago -* @peternied -* @RyanL1997 -* @scrawfor99 +* @cliu123 @cwperks @DarshitChanpura @davidlago @peternied @RyanL1997 @scrawfor99