-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathCODEOWNERS
More file actions
26 lines (21 loc) · 1.37 KB
/
Copy pathCODEOWNERS
File metadata and controls
26 lines (21 loc) · 1.37 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
# CODEOWNERS for CellixJS framework
# Assigns code ownership of all CellixJS framework files to the core team
/packages/cellix/* @CellixJs/tech-sme
# Assigns code ownership of configuration files to the admin team
/packages/**/tsconfig.json @CellixJs/tech-admin
/biome.json @CellixJs/tech-admin
/packages/**/biome.json @CellixJs/tech-admin
/vitest.config.ts @CellixJs/tech-admin
/packages/**/vitest.config.ts @CellixJs/tech-admin
/knip.json @CellixJs/tech-admin
/turbo.json @CellixJs/tech-admin
sonar-project.properties @CellixJs/tech-admin
/.snyk @CellixJs/tech-admin
# Assigns ownership of infrastructure as code files to the admin team
azure-pipelines.yml @CellixJs/tech-admin
/iac/* @CellixJs/tech-admin
/build-pipeline/* @CellixJs/tech-admin
/apps/**/iac/* @CellixJs/tech-admin
# Assigns code ownership of all .feature files to the QA team (need to create 'tech-qa' team)
# /packages/**/*.feature @CellixJs/tech-qa
# Allows application-specific (@ocom) package changes without requiring core team approval