Skip to content

Commit fff1917

Browse files
committed
chore: update codeowners
1 parent 3c3946d commit fff1917

File tree

1 file changed

+21
-23
lines changed

1 file changed

+21
-23
lines changed

CODEOWNERS

Lines changed: 21 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -1,42 +1,40 @@
11
# Default
2-
* @box/webapp
2+
* @box/ui-elements
33

44
# Root
55
/* @box/ui-elements
66
/LICENSE @box/ui-elements
77
/THIRD_PARTY_LICENSES @box/ui-elements
88

99
# Source
10-
/src/ @box/webapp
10+
/src/ @box/ui-elements @box/webapp
1111
/src/* @box/ui-elements
1212
/src/api/ @box/ui-elements
13-
/src/api/box-edit/ @box/partners
14-
/src/api/Feed.js @box/preview
15-
/src/api/uploads/ @box/create-communicate
16-
/src/components/ @box/ui-elements
13+
/src/api/box-edit/ @box/ui-elements @box/partners
14+
/src/api/Feed.js @box/ui-elements @box/preview
15+
/src/api/uploads/ @box/ui-elements @box/create-communicate
16+
/src/components/ @box/ui-elements @box/webapp
1717
/src/elements/ @box/ui-elements
1818
/src/elements/content-explorer/ @box/ui-elements
19-
/src/elements/content-open-with/ @box/partners
19+
/src/elements/content-open-with/ @box/ui-elements @box/partners
2020
/src/elements/content-picker/ @box/ui-elements
21-
/src/elements/content-preview/ @box/preview
22-
/src/elements/content-sharing/ @box/partners
23-
/src/elements/content-sidebar/ @box/preview
24-
/src/elements/content-uploader/ @box/create-communicate
21+
/src/elements/content-preview/ @box/ui-elements @box/preview
22+
/src/elements/content-sharing/ @box/ui-elements @box/partners
23+
/src/elements/content-sidebar/ @box/ui-elements @box/preview
24+
/src/elements/content-uploader/ @box/ui-elements @box/create-communicate
2525
/src/elements/wrappers/ @box/ui-elements
26-
/src/features/ @box/webapp
27-
/src/features/access-stats/ @box/preview
28-
/src/features/content-insights/ @box/preview
29-
/src/features/item-details/ @box/preview
30-
/src/features/metadata-based-view/ @box/ui-elements
31-
/src/features/metadata-instance-editor/ @box/ui-elements
26+
/src/features/ @box/ui-elements @box/webapp
27+
/src/features/access-stats/ @box/ui-elements @box/preview
28+
/src/features/content-insights/ @box/ui-elements @box/preview
29+
/src/features/item-details/ @box/ui-elements @box/preview
3230
/src/styles/ @box/ui-elements @box/design-system
3331

3432
# Tests
35-
/test/ @box/webapp
36-
/test/integration/ @box/webapp
33+
/test/ @box/ui-elements @box/webapp
34+
/test/integration/ @box/ui-elements @box/webapp
3735
/test/integration/content-explorer/ @box/ui-elements
38-
/test/integration/content-open-with/ @box/partners
36+
/test/integration/content-open-with/ @box/ui-elements @box/partners
3937
/test/integration/content-picker/ @box/ui-elements
40-
/test/integration/content-preview/ @box/preview
41-
/test/integration/content-sidebar/ @box/preview
42-
/test/integration/content-uploader/ @box/create-communicate
38+
/test/integration/content-preview/ @box/ui-elements @box/preview
39+
/test/integration/content-sidebar/ @box/ui-elements @box/preview
40+
/test/integration/content-uploader/ @box/ui-elements @box/create-communicate

0 commit comments

Comments
 (0)