-
Notifications
You must be signed in to change notification settings - Fork 15
/
CODEOWNERS
Validating CODEOWNERS rules...
35 lines (27 loc) · 1.17 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
32
33
34
35
# 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.
# Everything in GOCART should be owned by the Aerosol Team
* @GEOS-ESM/aerosol-team
# NOAA Extras are Tom, Weiyuan for now
/CCPP/ @tclune @weiyuan-jiang
/ESMF/Aerosol_GridComp/ @tclune @weiyuan-jiang
/ESMF/NUOPC/ @tclune @weiyuan-jiang
/ESMF/Shared/ @tclune @weiyuan-jiang
/ESMF/UFS/ @tclune @weiyuan-jiang
/ESMF/GOCART_GridComp/ @GEOS-ESM/aerosol-team
# GOCART2G is Elliot for now
#/ESMF/GOCART2G_GridComp/ @GEOS-ESM/aerosol-team
/ESMF/GOCART2G_GridComp/ @gmao-esherman
# The CMake Team should know/approve these
/.github/ @GEOS-ESM/cmake-team
/.circleci/ @GEOS-ESM/cmake-team
/.codebuild/ @GEOS-ESM/cmake-team
# The GEOS CMake Team should be notified about and approve config changes
/config/ @GEOS-ESM/cmake-team
# 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