From d3efcffee31c7a0315630f6e8de299bb2d6ff5d6 Mon Sep 17 00:00:00 2001 From: Daniele Tortora <45793869+floroz@users.noreply.github.com> Date: Wed, 6 Mar 2024 16:24:15 +0100 Subject: [PATCH] chore: setup default owner for project in codeowners (#1736) --- .github/CODEOWNERS | 9 ++------- 1 file changed, 2 insertions(+), 7 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 6ab5fa1582..e980d1f448 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,7 +1,2 @@ -# The Design System will be the default owners for everything in -# the repository except for package.json and src directory. -# Some very complex components will be co-owned with other teams. - -# Components -packages/fondue/src/components/RichTextEditor @Frontify/guidelines-one -packages/fondue/src/components/Tree @Frontify/guidelines-navigation-themes +# The Frontend Platform Team is the default owner for everything in the repo. +* @Frontify/frontend-platform