From 94d0934fd91717ca7c1234ee1c552897c26801c1 Mon Sep 17 00:00:00 2001 From: Sindre Gulseth Date: Tue, 26 Mar 2024 17:04:42 +0100 Subject: [PATCH] chore(codegen): add cl as codeowners for {code,type}gen (#6118) --- .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