From 7a7c881a1e462125d135cacde61383266bca1a48 Mon Sep 17 00:00:00 2001 From: Nick Gerleman Date: Mon, 17 Aug 2020 08:49:57 -0700 Subject: [PATCH] Enforce triage on 0.63 --- .github/CODEOWNERS | 8 ++------ 1 file changed, 2 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 19929f70cbe..86a8dd4adcb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,6 +1,2 @@ -# Global Catch-All -* @microsoft/react-native-windows-write - -# API Review for DEF/IDL file changes -/vnext/**/*.def @microsoft/react-native-windows-api-review @microsoft/react-native-windows-write -/vnext/**/*.idl @microsoft/react-native-windows-api-review @microsoft/react-native-windows-write +# Enforce changes going into a stable branch are triaged +* @microsoft/react-native-windows-backport-triage