Skip to content

Commit 3e38fa5

Browse files
revert: "chore(codeowners): updated codeowners temporarily (#3446)" (#3476)
Revert "chore(codeowners): updated codeowners temporarily (#3446)" This reverts commit 57f7711.
1 parent 7e88772 commit 3e38fa5

File tree

2 files changed

+35
-35
lines changed

2 files changed

+35
-35
lines changed

.mergify.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ pull_request_rules:
2222
- name: Automatic strict merge
2323
conditions:
2424
- base=master
25-
- "#approved-reviews-by>=3"
25+
- "#approved-reviews-by>=2"
2626
- "#changes-requested-reviews-by=0"
2727
- "#review-requested=0"
2828
- status-success="Validate"

CODEOWNERS

Lines changed: 34 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -1,41 +1,41 @@
11
# Default
2-
* @box/webapp @box/owners
2+
* @box/webapp
33

44
# Root
5-
/* @box/ui-elements @box/owners
6-
/LICENSE @box/ui-elements @box/owners
7-
/THIRD_PARTY_LICENSES @box/ui-elements @box/owners
5+
/* @box/ui-elements
6+
/LICENSE @box/ui-elements
7+
/THIRD_PARTY_LICENSES @box/ui-elements
88

99
# Source
10-
/src/ @box/webapp @box/owners
11-
/src/* @box/preview @box/ui-elements @box/owners
12-
/src/api/ @box/preview @box/ui-elements @box/owners
13-
/src/api/box-edit/ @box/partners @box/owners
14-
/src/api/Feed.js @box/preview @box/owners
15-
/src/api/uploads/ @box/create-communicate @box/owners
16-
/src/elements/ @box/preview @box/ui-elements @box/owners
17-
/src/elements/content-explorer/ @box/ui-elements @box/owners
18-
/src/elements/content-open-with/ @box/partners @box/owners
19-
/src/elements/content-picker/ @box/ui-elements @box/owners
20-
/src/elements/content-preview/ @box/preview @box/owners
21-
/src/elements/content-sharing/ @box/partners @box/owners
22-
/src/elements/content-sidebar/ @box/preview @box/owners
23-
/src/elements/content-uploader/ @box/create-communicate @box/owners
24-
/src/elements/wrappers/ @box/ui-elements @box/owners
25-
/src/features/ @box/webapp @box/owners
26-
/src/features/access-stats/ @box/preview @box/owners
27-
/src/features/content-insights/ @box/preview @box/owners
28-
/src/features/item-details/ @box/preview @box/owners
29-
/src/features/metadata-based-view/ @box/ui-elements @box/owners
30-
/src/features/metadata-instance-editor/ @box/ui-elements @box/owners
31-
/src/styles/constants/ @box/ui-elements @box/owners
10+
/src/ @box/webapp
11+
/src/* @box/preview @box/ui-elements
12+
/src/api/ @box/preview @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/elements/ @box/preview @box/ui-elements
17+
/src/elements/content-explorer/ @box/ui-elements
18+
/src/elements/content-open-with/ @box/partners
19+
/src/elements/content-picker/ @box/ui-elements
20+
/src/elements/content-preview/ @box/preview
21+
/src/elements/content-sharing/ @box/partners
22+
/src/elements/content-sidebar/ @box/preview
23+
/src/elements/content-uploader/ @box/create-communicate
24+
/src/elements/wrappers/ @box/ui-elements
25+
/src/features/ @box/webapp
26+
/src/features/access-stats/ @box/preview
27+
/src/features/content-insights/ @box/preview
28+
/src/features/item-details/ @box/preview
29+
/src/features/metadata-based-view/ @box/ui-elements
30+
/src/features/metadata-instance-editor/ @box/ui-elements
31+
/src/styles/constants/ @box/ui-elements
3232

3333
# Tests
34-
/test/ @box/webapp @box/owners
35-
/test/integration/ @box/webapp @box/owners
36-
/test/integration/content-explorer/ @box/ui-elements @box/owners
37-
/test/integration/content-open-with/ @box/partners @box/owners
38-
/test/integration/content-picker/ @box/ui-elements @box/owners
39-
/test/integration/content-preview/ @box/preview @box/owners
40-
/test/integration/content-sidebar/ @box/preview @box/owners
41-
/test/integration/content-uploader/ @box/create-communicate @box/owners
34+
/test/ @box/webapp
35+
/test/integration/ @box/webapp
36+
/test/integration/content-explorer/ @box/ui-elements
37+
/test/integration/content-open-with/ @box/partners
38+
/test/integration/content-picker/ @box/ui-elements
39+
/test/integration/content-preview/ @box/preview
40+
/test/integration/content-sidebar/ @box/preview
41+
/test/integration/content-uploader/ @box/create-communicate

0 commit comments

Comments
 (0)