From c8172e1a350071df66c080076692280639c5f6b6 Mon Sep 17 00:00:00 2001 From: Jared Stoffan Date: Wed, 19 Feb 2020 00:11:20 -0800 Subject: [PATCH] chore(codeowners): Simplify codeowners to support mergify restrictions --- CODEOWNERS | 69 ++++++++++++++++++++++++++++-------------------------- 1 file changed, 36 insertions(+), 33 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 9346e34a48e..b44998bd6f0 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,40 +1,43 @@ # Default -* @box/webapp +* @box/webapp # Root -/* @box/foundation @box/webapp -/LICENSE @box/ui-elements -/scripts/ @box/foundation @box/webapp -/THIRD_PARTY_LICENSES @box/ui-elements +/* @box/foundation +/LICENSE @box/ui-elements +/THIRD_PARTY_LICENSES @box/ui-elements + +# Build +/scripts/ @box/foundation # Source -/src/ @box/foundation @box/webapp -/src/* @box/create-communicate @box/preview @box/ui-elements -/src/api/ @box/create-communicate @box/preview @box/ui-elements -/src/api/Feed.js @box/collab @box/preview -/src/api/box-edit/ @box/partners -/src/api/tasks @box/collab @box/preview -/src/elements/ @box/create-communicate @box/preview @box/ui-elements -/src/elements/content-explorer/ @box/ui-elements -/src/elements/content-open-with/ @box/partners -/src/elements/content-picker/ @box/ui-elements -/src/elements/content-preview/ @box/preview -/src/elements/content-sidebar/ @box/preview -/src/elements/content-sidebar/activity-feed @box/collab @box/preview -/src/elements/content-uploader/ @box/create-communicate -/src/elements/wrappers/ @box/ui-elements -/src/features/ @box/webapp -/src/features/access-stats/ @box/preview -/src/features/item-details/ @box/preview -/src/features/metadata-based-view/ @box/ui-elements -/src/features/metadata-instance-editor/ @box/ui-elements +/src/ @box/webapp +/src/* @box/preview @box/ui-elements +/src/api/ @box/preview @box/ui-elements +/src/api/box-edit/ @box/partners +/src/api/Feed.js @box/preview +/src/api/tasks/ @box/collab +/src/api/uploads/ @box/create-communicate +/src/elements/ @box/preview @box/ui-elements +/src/elements/content-explorer/ @box/ui-elements +/src/elements/content-open-with/ @box/partners +/src/elements/content-picker/ @box/ui-elements +/src/elements/content-preview/ @box/preview +/src/elements/content-sidebar/ @box/preview +/src/elements/content-sidebar/activity-feed/ @box/collab @box/preview +/src/elements/content-uploader/ @box/create-communicate +/src/elements/wrappers/ @box/ui-elements +/src/features/ @box/webapp +/src/features/access-stats/ @box/preview +/src/features/item-details/ @box/preview +/src/features/metadata-based-view/ @box/ui-elements +/src/features/metadata-instance-editor/ @box/ui-elements # Tests -/test/ @box/foundation @box/webapp -/test/integration/ @box/webapp -/test/integration/content-explorer/ @box/ui-elements -/test/integration/content-open-with/ @box/partners -/test/integration/content-picker/ @box/ui-elements -/test/integration/content-preview/ @box/preview -/test/integration/content-sidebar/ @box/preview -/test/integration/content-uploader/ @box/create-communicate +/test/ @box/webapp +/test/integration/ @box/webapp +/test/integration/content-explorer/ @box/ui-elements +/test/integration/content-open-with/ @box/partners +/test/integration/content-picker/ @box/ui-elements +/test/integration/content-preview/ @box/preview +/test/integration/content-sidebar/ @box/preview +/test/integration/content-uploader/ @box/create-communicate