From c6103fe1724c299e99da12cbf22a5ac84f90f88b Mon Sep 17 00:00:00 2001 From: Sindre Gulseth Date: Fri, 22 Mar 2024 17:52:13 +0100 Subject: [PATCH] chore(codegen): add cl as codeowners for {code,type}gen --- .github/CODEOWNERS | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index dfdc5de1de7..577c3b186a2 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -49,4 +49,11 @@ *.telemetry.ts @sanity-io/growth # -- Tasks -- -/packages/sanity/src/tasks/ @sanity-io/studio-ex \ No newline at end of file +/packages/sanity/src/tasks/ @sanity-io/studio-ex + + +# Code and typegeneration +/packages/@sanity/codegen/ @sanity-io/content-lake-dx +/packages/@sanity/cli/src/actions/typegen @sanity-io/content-lake-dx +/packages/@sanity/cli/src/commands/typegen @sanity-io/content-lake-dx +/packages/@sanity/cli/src/workers/typegenGenerate.ts @sanity-io/content-lake-dx