-
Notifications
You must be signed in to change notification settings - Fork 28
Expand file tree
/
Copy pathCODEOWNERS
More file actions
59 lines (43 loc) · 2.1 KB
/
CODEOWNERS
File metadata and controls
59 lines (43 loc) · 2.1 KB
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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
# @global-owner1 and @global-owner2 will be requested for
# review when someone opens a pull request.
* @Sitecore/sxp-team
# The files in the `/demo/` directory are only expected
# to be updated by demo team. Setting CODEOWNER to
# demo team members.
/demo/ @jeanfrancoislarente @adoprog
# The files in the `/sxc/` directory are only expected
# to be updated by sxc team. Setting CODEOWNER to
# sxc team members.
/sxc/ @sc-marcusheath @ddoorn @sc-roblloyd @sc-ketanbhavsar
# The folders /compose/ and /k8s/ contains Container Support Package files
# Each team publishing Container Support Packages will add code owner(s) for their repective folders
/compose/sxp/ @Sitecore/sxp-team
/k8s/sxp/ @Sitecore/sxp-team
/k8s/expedge/ @Sitecore/content-foundation-kl
/compose/expedge/ @Sitecore/content-foundation-kl
/k8s/publishing/ @Sitecore/content-foundation-kl @Sitecore/xm-onprem
/compose/publishing/ @Sitecore/content-foundation-kl @Sitecore/xm-onprem
/compose/horizon/ @Sitecore/horizon
/k8s/horizon/ @Sitecore/horizon
/compose/chub/ @Sitecore/connectors
/k8s/chub/ @Sitecore/connectors
/compose/def/ @Sitecore/connectors
/k8s/def/ @Sitecore/connectors
/compose/def-ts/ @Sitecore/connectors
/k8s/def-ts/ @Sitecore/connectors
/compose/dcrm/ @Sitecore/connectors
/k8s/dcrm/ @Sitecore/connectors
/compose/sfcrm @Sitecore/connectors
/k8s/sfcrm @Sitecore/connectors
/compose/sfmcbde @Sitecore/connectors
/k8s/sfmcbde @Sitecore/connectors
/compose/sfmcbde-ts @Sitecore/connectors
/k8s/sfmcbde-ts @Sitecore/connectors
/compose/sfmcce @Sitecore/connectors
/k8s/sfmcce @Sitecore/connectors
/compose/scse @Sitecore/platform-dxp-xp-onprem
/k8s/scse @Sitecore/platform-dxp-xp-onprem