-
Notifications
You must be signed in to change notification settings - Fork 12
/
Copy pathCODEOWNERS
28 lines (21 loc) · 890 Bytes
/
CODEOWNERS
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
27
28
* @tschaffter
# Repository administration
/.devcontainer @tschaffter
/.github @tschaffter
/.vscode @tschaffter
/.yarn @tschaffter
# OpenChallenges
/apps/openchallenges/ @rrchai @tschaffter @vpchung
/libs/openchallenges/ @rrchai @tschaffter @vpchung
## DB content
/apps/openchallenges/challenge-service/src/main/resources/db/ @tschaffter @vpchung @gaiaandreoletti
/apps/openchallenges/organization-service/src/main/resources/db/ @tschaffter @vpchung @gaiaandreoletti
## EDAM ETL
/apps/openchallenges/edam-etl/ @mdsage1
# Schematic
/apps/schematic/ @andrewelamb @GiaJordan @linglp @mialy-defelice @milen-sage
/libs/schematic/ @andrewelamb @GiaJordan @linglp @mialy-defelice @milen-sage
/libs/schematic/api-client-r/ @andrewelamb @lakikowolfe @afwillia
/apps/agora/ @Sage-Bionetworks/sage-monorepo-agora
/libs/agora/ @Sage-Bionetworks/sage-monorepo-agora
/libs/shared/ @tschaffter