From 64be5b5672af1bcb9cc3b4b0876752029491b367 Mon Sep 17 00:00:00 2001 From: Ismail Khoffi Date: Fri, 12 Mar 2021 10:42:25 +0100 Subject: [PATCH] remove Mustafa from CODEOWNERS besides on docs/ add John to docs/ add Evan to everything --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 8e83259171..cf63b7c80c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,9 +7,10 @@ # global owners are only requested if there isn't a more specific # codeowner specified below. For this reason, the global codeowners # are often repeated in package-level definitions. -* @marbar3778 @liamsi @musalbas +* @marbar3778 @liamsi @evan-forbes # Overrides for tooling packages .circleci/ @marbar3778 @liamsi .github/ @marbar3778 @liamsi DOCKER/ @marbar3778 @liamsi +docs/ @marbar3778 @liamsi @adlerjohn @musalbas