-
Notifications
You must be signed in to change notification settings - Fork 2k
/
CODEOWNERS
Validating CODEOWNERS rules...
95 lines (86 loc) · 4.43 KB
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
# We use codeowners to help keep teams in the loop on changes to code
# they typically work on. Even though this file is called CODEOWNERS,
# we don't really want to enforce or imply ownership of code, just interest.
#
# Anyone can work on anything.
#
# Prefer associating a "team" with a path rather than an individual. That allows individuals to
# move around without having to continually update this file.
#
# See https://help.github.com/en/articles/about-code-owners for details on the format of this file
# Comments management
/client/my-sites/comment* @Automattic/serenity
# Customer Home
/client/my-sites/customer-home @Automattic/manage
# G Suite
/client/components/data/query-gsuite-users @Automattic/cobalt
/client/components/domains/contact-details-form-fields/index.jsx @Automattic/cobalt
/client/components/gsuite @Automattic/cobalt
/client/components/marketing-survey/gsuite-cancel-purchase-dialog @Automattic/cobalt
/client/components/upgrades/gsuite @Automattic/cobalt
/client/lib/domains/email-forwarding @Automattic/cobalt
/client/lib/gsuite @Automattic/cobalt
/client/me/purchases/remove-purchase/index.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout-thank-you/google-apps-details.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout-thank-you/index.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout/domain-details-form.jsx @Automattic/cobalt
/client/my-sites/checkout/checkout/index.jsx @Automattic/cobalt
/client/my-sites/checkout/controller.jsx @Automattic/cobalt
/client/my-sites/checkout/gsuite-nudge @Automattic/cobalt
/client/my-sites/domains/components/domain-warnings @Automattic/cobalt
/client/my-sites/domains/controller.jsx @Automattic/cobalt
/client/my-sites/email @Automattic/cobalt
/client/state/data-layer/wpcom/gsuite-users @Automattic/cobalt
/client/state/gsuite-users @Automattic/cobalt
# Payments
/client/blocks/credit-card-form/ @Automattic/shilling
/client/blocks/payment-methods/ @Automattic/shilling
/client/blocks/subscription-length-picker/ @Automattic/shilling
/client/components/credit-card/ @Automattic/shilling
/client/components/credit-card-form-fields/ @Automattic/shilling
/client/components/payment-country-select/ @Automattic/shilling
/client/components/payment-logo/ @Automattic/shilling
/client/lib/cart/ @Automattic/shilling
/client/lib/cart-values/ @Automattic/shilling
/client/lib/checkout/ @Automattic/shilling
/client/lib/siftscience/ @Automattic/payments
/client/lib/simple-payments/ @Automattic/payments
/client/lib/store-transactions/ @Automattic/payments
/client/lib/stripe/ @Automattic/payments
/client/lib/transaction/ @Automattic/payments
/client/me/billing-history/ @Automattic/shilling
/client/me/memberships/ @Automattic/payments
/client/me/pending-payments/ @Automattic/payments
/client/me/purchases/ @Automattic/shilling
/client/my-sites/checkout/ @Automattic/shilling
/client/my-sites/purchases/ @Automattic/shilling
/client/state/billing-transactions/ @Automattic/payments
/client/state/memberships/ @Automattic/payments
/client/state/order-transactions/ @Automattic/payments
/client/state/plans/ @Automattic/payments
/client/state/receipts/ @Automattic/payments
/client/state/simple-payments/ @Automattic/payments
/client/state/stored-cards/ @Automattic/payments
/client/state/sites/plans/ @Automattic/payments
/packages/composite-checkout/ @Automattic/shilling
# Reader
/client/reader @Automattic/reader
/client/blocks/reader-* @Automattic/reader
/client/state/reader @Automattic/reader
# Types, TypeScript, and type annotations
/client/types.ts @Automattic/type-review
/docs/coding-guidelines/typescript* @Automattic/type-review
# FSE (Full Site Editing)
/apps/editing-toolkit/editing-toolkit-plugin/site-editor @Automattic/cylon
/apps/editing-toolkit/editing-toolkit-plugin/dotcom-fse @Automattic/cylon
/apps/editing-toolkit/editing-toolkit-plugin/posts-list-block @Automattic/ajax
/apps/editing-toolkit/editing-toolkit-plugin/global-styles @Automattic/cylon @nosolosw
# FSE Workflow Files
/.github/workflows/editing-toolkit-plugin.yml @Automattic/cylon
/.github/workflows/send-calypso-app-build-trigger.sh @Automattic/cylon
# Experimentation platform legacy library and new client
/client/lib/abtest @Automattic/experimentation-platform
/client/components/data/query-experiments @Automattic/experimentation-platform
/client/components/experiment @Automattic/experimentation-platform
/client/state/data-layer/wpcom/experiments @Automattic/experimentation-platform
/client/state/experiments @Automattic/experimentation-platform