-
Notifications
You must be signed in to change notification settings - Fork 83
/
Copy pathCODEOWNERS
22 lines (19 loc) · 942 Bytes
/
CODEOWNERS
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
# These owners will be the default owners for everything in
# the repo. Unless a later match takes precedence,
* @Sage/carbon
# The Carbon Dev team are responsible for reviewing Pull Requests
# that contain any change modifying JS, JSX, TS or TSX files
*.js @Sage/carbon-dev
*.ts @Sage/carbon-dev
# The Carbon QA team are responsible for reviewing Pull Requests
# that contain any changes to files within the cypress and
# playwright directories or any test files relating to them
*.cy.* @Sage/carbon-qa
*.pw.tsx @Sage/carbon-qa
*.test-pw.tsx @Sage/carbon-qa
/cypress/ @Sage/carbon-qa
/playwright/ @Sage/carbon-qa
cypress.config.ts @Sage/carbon-qa
playwright-ct.config.ts @Sage/carbon-qa
# Codeowners file changes must be approved by a Carbon Admin.
.github/CODEOWNERS @Sage/carbon-admin