From b32263d5609e3b36a1d5ee86d6dc0d7f2d808077 Mon Sep 17 00:00:00 2001 From: Victor Barr Date: Wed, 23 Oct 2024 14:48:46 -0700 Subject: [PATCH] Update CODEOWNERS so that it allows reviewers from one of the following people The previous setup only looked at the last line of the file. The syntax is to add "any" of the owners to the same line. --- .github/CODEOWNERS | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e5024270..bfcb47ef 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1 @@ -* @rwitten -* @Obliviour -* @44past4 -* @sharabiani -* @pawloch00 -* @BluValor \ No newline at end of file +* @Obliviour @44past4 @sharabiani @pawloch00 @BluValor