From 7134c06d25cd1ba37e71a72517eee45c011a0fef Mon Sep 17 00:00:00 2001 From: Lorenzo Sciandra Date: Tue, 1 Feb 2022 10:59:15 +0000 Subject: [PATCH] [chore] address codeowners to reflect current status (#996) Co-authored-by: Saad Najmi --- .github/CODEOWNERS | 12 +++++++++--- 1 file changed, 9 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d16bc898be..e7bec5081c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,9 @@ -** @acoates-ms -** @tom-un -** @alloy +# These owners will be the default owners for everything in +# the repo. Unless a later match takes precedence, +# the global will be requested for +# review when someone opens a pull request. +* @microsoft/apple-rn-team + +# React Android specific ones +/ReactAndroid/ @mganandraj +/android-patches/ @mganandraj