-
Notifications
You must be signed in to change notification settings - Fork 4
/
CODEOWNERS
Validating CODEOWNERS rules...
32 lines (25 loc) · 1.68 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
# This is a comment.
# Each line is a file pattern followed by one or more owners.
# Order is important; the last matching pattern takes the most
# precedence.
# This makes all files here owned by the Chem Gatekeepers by default
* @GEOS-ESM/chemistry-gatekeepers
# The Aerosol Team is CODEOWNER of some directories along with Chem Gatekeepers
DNA_GridComp/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
GAAS_GridComp/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
GEOSachem_GridComp/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
MAMchem_GridComp/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
MATRIXchem_GridComp/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
Shared/Chem_Base/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
Shared/Chem_Shared/ @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
GEOS_ChemEnvGridComp.F90 @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
GEOS_ChemGridComp.F90 @GEOS-ESM/aerosol-team @GEOS-ESM/chemistry-gatekeepers
# The GEOSCHEMchem team should be CODEOWNER of GCC and HEMCO
GEOSCHEMchem_GridComp/ @GEOS-ESM/geoschemchem-team @GEOS-ESM/chemistry-gatekeepers
HEMCO_GridComp/ @GEOS-ESM/geoschemchem-team @GEOS-ESM/chemistry-gatekeepers
Shared/HEMCO/ @GEOS-ESM/geoschemchem-team @GEOS-ESM/chemistry-gatekeepers
# The Python Transition Team will own Python files
# until the Python 3 transition is completed
*.py @GEOS-ESM/python-transition-team
# The GEOS CMake Team is the CODEOWNER for the CMakeLists.txt files in this repository
CMakeLists.txt @GEOS-ESM/cmake-team