-
Notifications
You must be signed in to change notification settings - Fork 16
Expand file tree
/
Copy pathCODEOWNERS
More file actions
18 lines (14 loc) · 787 Bytes
/
CODEOWNERS
File metadata and controls
18 lines (14 loc) · 787 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
# 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 GEOSgcm should be owned by the GCM Gatekeepers
* @GEOS-ESM/gcm-gatekeepers
# The GCM gatekeepers and CMake should know/approve these
/.github/ @GEOS-ESM/cmake-team @GEOS-ESM/gcm-gatekeepers
/.circleci/ @GEOS-ESM/cmake-team @GEOS-ESM/gcm-gatekeepers
/.codebuild/ @GEOS-ESM/cmake-team @GEOS-ESM/gcm-gatekeepers
# The GEOS CMake Team should be notified about changes to the CMakeLists.txt files in this repository
CMakeLists.txt @GEOS-ESM/cmake-team @GEOS-ESM/gcm-gatekeepers
# The GEOS CMake Team should be notified about and approve config changes
/config/ @GEOS-ESM/cmake-team @GEOS-ESM/gcm-gatekeepers