diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index d16bc898be18..e7bec5081c67 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