-
Notifications
You must be signed in to change notification settings - Fork 31
/
Copy pathCODEOWNERS
27 lines (23 loc) · 1.67 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
# This file is matched from top down; subsequent matches override previous matches.
# https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
# Files at the root of the project
/* @guardian/dotcom-platform
/.github/ @guardian/dotcom-platform
/.husky/ @guardian/dotcom-platform
/.vscode/ @guardian/dotcom-platform
/apps-rendering/ @guardian/dotcom-platform
# Files at the root of `/dotcom-rendering`
/dotcom-rendering/* @guardian/dotcom-platform
/dotcom-rendering/.storybook/ @guardian/dotcom-platform
/dotcom-rendering/cdk/ @guardian/dotcom-platform
/dotcom-rendering/configs/ @guardian/dotcom-platform
/dotcom-rendering/scripts/ @guardian/dotcom-platform
/dotcom-rendering/src/client/islands/ @guardian/dotcom-platform
/dotcom-rendering/src/client/userFeatures/ @guardian/supporter-revenue-stream
/dotcom-rendering/src/components/AdBlock* @guardian/commercial-dev
/dotcom-rendering/src/components/AdSlot* @guardian/commercial-dev
/dotcom-rendering/src/components/AdP* @guardian/commercial-dev
/dotcom-rendering/src/components/marketing/ @guardian/growth
/dotcom-rendering/src/server/ @guardian/dotcom-platform
/dotcom-rendering/webpack/ @guardian/dotcom-platform
/scripts/ @guardian/dotcom-platform