-
Notifications
You must be signed in to change notification settings - Fork 178
/
CODEOWNERS
Validating CODEOWNERS rules...
31 lines (28 loc) · 1.08 KB
/
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
29
30
31
# catchall: someone in software should be notified for any change in this repo
* @Opentrons/software
# language expertise verticals - if a PR changes things in multiple projects let's
# notify those language communities
*.js @Opentrons/js
*.py @Opentrons/py
*.d.ts @Opentrons/js
/webpack-config @Opentrons/js
# subprojects - those with clear team ownership should have appropriate notifications
/protocol-designer @Opentrons/spddrs
/labware-designer @Opentrons/spddrs
/labware-library @Opentrons/spddrs
/protocol-library-kludge @Opentrons/spddrs
/update-server @Opentrons/cpx
/api/src/opentrons @Opentrons/hmg
/discovery-client @Opentrons/cpx
/shared-data/pipette @Opentrons/hmg
/shared-data/protocol @Opentrons/spddrs
/shared-data/module @Opentrons/hmg
/shared-data/deck @Opentrons/hmg
/shared-data/labware @Opentrons/hmg
# subprojects by language - some subprojects are shared by teams but united by a
# language community (including makefiles and config) so mark them appropriately
/app @Opentrons/js
/app-shell @Opentrons/js
/components @Opentrons/js
/api @Opentrons/py
/shared-data/js @Opentrons/js