From 8b0e85e40d95a660cbe828af24fb81d390b7dc64 Mon Sep 17 00:00:00 2001 From: Per-Kristian Nordnes Date: Wed, 21 Feb 2024 13:49:39 +0100 Subject: [PATCH] chore: update codeowners details --- .github/CODEOWNERS | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 98044807ad3..e6410d430d7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,6 +23,11 @@ /packages/@sanity/portable-text-editor/ @sanity-io/studio-ex /packages/sanity/src/core/field/types/portableText/ @sanity-io/studio-ex /packages/sanity/src/core/form/inputs/PortableText/ @sanity-io/studio-ex +/packages/sanity/src/core/form/types/blockProps.ts @sanity-io/studio-ex +/packages/@sanity/types/src/schema/definition/type/block.ts @sanity-io/studio-ex + +# -- Playwright Component tests -- +/packages/sanity/playwright-ct @sanity-io/studio-ex # -- Search -- /packages/sanity/src/core/search/ @sanity-io/studio-ex