generated from finos-labs/project-blueprint
-
Notifications
You must be signed in to change notification settings - Fork 92
Expand file tree
/
Copy pathCODEOWNERS
More file actions
21 lines (14 loc) · 941 Bytes
/
CODEOWNERS
File metadata and controls
21 lines (14 loc) · 941 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
* @finos/architecture-as-code-maintainers
/calm/ @finos/calm-schema-governance
/calm-hub/ @jpgough-ms @rocketstack-matt @grahampacker-ms @Thels
/cli/ @aidanm3341 @lbulanti-ms @willosborne @grahampacker-ms @jpgough-ms @rocketstack-matt @Thels @LeighFinegold @markscott-ms
/calm-visualizer/ @oliviajanejohns @aidanm3341 @jpgough-ms @rocketstack-matt
/shared/ @aidanm3341 @lbulanti-ms @willosborne @grahampacker-ms @jpgough-ms @rocketstack-matt @Thels @LeighFinegold @markscott-ms
# Ownership for dependency-related files at the root level
/package.json @finos/architecture-as-code-maintainers
/package-lock.json @finos/architecture-as-code-maintainers
/pom.xml @finos/architecture-as-code-maintainers
# Ownership for dependency-related files across all subdirectories
**/package.json @finos/architecture-as-code-maintainers
**/package-lock.json @finos/architecture-as-code-maintainers
**/pom.xml @finos/architecture-as-code-maintainers