-
Notifications
You must be signed in to change notification settings - Fork 658
/
CODEOWNERS
Validating CODEOWNERS rules...
26 lines (21 loc) · 1.06 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
# Global - fallback to this group if the following groups don't match
* @jaynewstrom-stripe @tillh-stripe @ccen-stripe @awush-stripe @jameswoo-stripe @carlosmuvi-stripe
# Payments SDK
/payments/ @jaynewstrom-stripe @tillh-stripe @ccen-stripe @jameswoo-stripe
/payments-model/ @jaynewstrom-stripe @tillh-stripe @ccen-stripe @jameswoo-stripe
/paymentsheet/ @jaynewstrom-stripe @tillh-stripe @jameswoo-stripe
/wechatpay/ @jaynewstrom-stripe @tillh-stripe @ccen-stripe @jameswoo-stripe
/stripe-test-e2e/ @jaynewstrom-stripe @tillh-stripe @jameswoo-stripe
/link/ @jaynewstrom-stripe @tillh-stripe @jameswoo-stripe
/payment-method-messaging/ @jaynewstrom-stripe @tillh-stripe @jameswoo-stripe
# CardScan SDK
/stripecardscan/ @awush-stripe @ccen-stripe
/stripecardscan-example/ @awush-stripe @ccen-stripe
# Identity SDK
/identity/ @ccen-stripe @awush-stripe
/identity-example/ @ccen-stripe @awush-stripe
# Financial Connections SDK
/financial-connections/ @carlosmuvi-stripe
/financial-connections-example/ @carlosmuvi-stripe
# Shared modules
/camera-core/ @ccen-stripe @awush-stripe