From c69f30dc4d307efbd39c201c390e6b3408b4e162 Mon Sep 17 00:00:00 2001 From: Martin Hochel Date: Tue, 10 Jan 2023 18:24:20 +0100 Subject: [PATCH] chore: remove all package.json from v-build ownership to speed-up PR review velocity --- .github/CODEOWNERS | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c2d6c93e8a8f0a..2c29b85be6730a 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -263,7 +263,7 @@ packages/react-experiments/src/components/Signals @ThomasMichon packages/react-experiments/src/components/Tile @ThomasMichon packages/react-experiments/src/components/TileList @ThomasMichon -### TODO: remove - Temporary rules for /scripts packaging initiative +### generic rules for v-build. Might be tweaked based on needs. **/just.config.ts @microsoft/fluentui-react-build **/jest.config.js @microsoft/fluentui-react-build **/webpack.*.js @microsoft/fluentui-react-build @@ -272,7 +272,6 @@ packages/react-experiments/src/components/TileList @ThomasMichon **/tsconfig.json @microsoft/fluentui-react-build **/tsconfig.lib.json @microsoft/fluentui-react-build **/tsconfig.spec.json @microsoft/fluentui-react-build -**/package.json @microsoft/fluentui-react-build **/cypress.config.ts @microsoft/fluentui-react-build **/api-extractor.json @microsoft/fluentui-react-build **/api-extractor.unstable.json @microsoft/fluentui-react-build