From 7d269a6f94da7262d929ebc756a8a5bc70f4be54 Mon Sep 17 00:00:00 2001 From: Sergey Tatarintsev Date: Wed, 8 Jun 2022 11:45:35 +0200 Subject: [PATCH] chore: Update CODEOWNERS with client-team-ts (#13688) We want to try out automatic reviews assignments for our teams. For that we need to switch code owners from individuals to a team. [skip ci] --- .github/CODEOWNERS | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3b92a30057e8..0423f7b8be06 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,14 +2,14 @@ # These owners will be the default owners for everything in # the repo. Unless a later match takes precedence, -* @Jolg42 @millsp @aqrln @SevInf @danstarns @jkomyno +* @Jolg42 @jkomyno @prisma/client-team-ts # Schema Team /packages/migrate/ @Jolg42 @jkomyno # Client Team -/packages/client/ @millsp @aqrln @SevInf @danstarns -/packages/engine-core/ @millsp @aqrln @SevInf @danstarns -/packages/generator-helper/ @millsp @aqrln @SevInf @danstarns -/packages/integration-tests/ @millsp @aqrln @SevInf @danstarns -/packages/react-prisma/ @millsp @aqrln @SevInf @danstarns +/packages/client/ @prisma/client-team-ts +/packages/engine-core/ @prisma/client-team-ts +/packages/generator-helper/ @prisma/client-team-ts +/packages/integration-tests/ @prisma/client-team-ts +/packages/react-prisma/ @prisma/client-team-ts