|
1 | 1 | # This file is matched from top down; subsequent matches override previous matches.
|
2 | 2 | # https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
|
3 | 3 |
|
4 |
| -# By default all files are owned by these teams: |
5 |
| -* @guardian/dotcom-platform |
| 4 | +# Files at the root of the project |
| 5 | +/* @guardian/dotcom-platform |
6 | 6 |
|
7 |
| -/dotcom-rendering/src/components/marketing/ @guardian/growth |
8 |
| -/dotcom-rendering/src/client/userFeatures/ @guardian/supporter-revenue-stream |
| 7 | +/.github/ @guardian/dotcom-platform |
| 8 | +/.husky/ @guardian/dotcom-platform |
| 9 | +/.vscode/ @guardian/dotcom-platform |
| 10 | +/apps-rendering/ @guardian/dotcom-platform |
| 11 | + |
| 12 | +# Files at the root of `/dotcom-rendering` |
| 13 | +/dotcom-rendering/* @guardian/dotcom-platform |
| 14 | + |
| 15 | +/dotcom-rendering/.storybook/ @guardian/dotcom-platform |
| 16 | +/dotcom-rendering/cdk/ @guardian/dotcom-platform |
| 17 | +/dotcom-rendering/configs/ @guardian/dotcom-platform |
| 18 | +/dotcom-rendering/scripts/ @guardian/dotcom-platform |
| 19 | +/dotcom-rendering/src/client/islands/ @guardian/dotcom-platform |
| 20 | +/dotcom-rendering/src/client/userFeatures/ @guardian/supporter-revenue-stream |
| 21 | +/dotcom-rendering/src/components/AdBlock* @guardian/commercial-dev |
| 22 | +/dotcom-rendering/src/components/AdSlot* @guardian/commercial-dev |
| 23 | +/dotcom-rendering/src/components/AdP* @guardian/commercial-dev |
| 24 | +/dotcom-rendering/src/components/marketing/ @guardian/growth |
| 25 | +/dotcom-rendering/src/server/ @guardian/dotcom-platform |
| 26 | +/dotcom-rendering/webpack/ @guardian/dotcom-platform |
| 27 | +/scripts/ @guardian/dotcom-platform |
0 commit comments