-
Notifications
You must be signed in to change notification settings - Fork 30
/
Copy pathCODEOWNERS
15 lines (12 loc) · 894 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
# 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
# By default all files are owned by these teams:
* @guardian/dotcom-platform @guardian/client-side-infra
# These folders and all their contents are owned by the following teams.
/dotcom-rendering/ @guardian/dotcom-platform
/apps-rendering/ @guardian/dotcom-platform
/dotcom-rendering/src/components/marketing/ @guardian/tx-engineers
/dotcom-rendering/src/client/userFeatures/ @guardian/supporter-revenue-stream
# These file types, wherever they are, are co-owned by the following teams.
package.json @guardian/dotcom-platform @guardian/client-side-infra
tsconfig.json @guardian/dotcom-platform @guardian/client-side-infra