From c931b9904f18268fd26609991c91784835fd420c Mon Sep 17 00:00:00 2001 From: Corbin Phelps Date: Wed, 13 Dec 2023 10:23:22 -0500 Subject: [PATCH] Updated codeowners file (#1379) * Updated codeowners file Signed-off-by: Corbin Phelps * Update CODEOWNERS typo --------- Signed-off-by: Corbin Phelps Co-authored-by: Andy Keller --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 55c90d1b9..f51606c09 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1 +1,2 @@ -* @observIQ/platform +# @cpheps and @BinaryFissionGames are the main codeowners of this repository but anyone from @observIQ/platform can approve PRs. +* @cpheps @BinaryFissionGames @observIQ/platform