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 20bd64b
Showing 1 changed file with 12 additions and 10 deletions.
22 changes: 12 additions & 10 deletions CODEOWNERS
Validating CODEOWNERS rules …
Original file line number Diff line number Diff line change
Expand Up @@ -2,25 +2,27 @@
* @box/webapp

# Root
/* @box/foundation @box/webapp
/* @box/foundation
/LICENSE @box/ui-elements
/scripts/ @box/foundation @box/webapp
/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/ @box/webapp
/src/* @box/preview @box/ui-elements
/src/api/ @box/preview @box/ui-elements
/src/api/box-edit/ @box/partners
/src/api/tasks @box/collab @box/preview
/src/elements/ @box/create-communicate @box/preview @box/ui-elements
/src/api/Feed.js @box/preview
/src/api/tasks/ @box/preview
/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
Expand All @@ -30,7 +32,7 @@
/src/features/metadata-instance-editor/ @box/ui-elements

# Tests
/test/ @box/foundation @box/webapp
/test/ @box/webapp
/test/integration/ @box/webapp
/test/integration/content-explorer/ @box/ui-elements
/test/integration/content-open-with/ @box/partners
Expand Down

0 comments on commit 20bd64b

Please sign in to comment.