Skip to content

Commit

Permalink
chore(codeowners): Simplify codeowners to support mergify restrictions
Browse files Browse the repository at this point in the history
  • Loading branch information
jstoffan committed Feb 19, 2020
1 parent a30bbd9 commit c8172e1
Showing 1 changed file with 36 additions and 33 deletions.
69 changes: 36 additions & 33 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
@@ -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

0 comments on commit c8172e1

Please sign in to comment.