From d69595b4d42a509b87e8cf7af7ed4fa24a7e6977 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 23 Jul 2019 13:12:10 -0400 Subject: [PATCH] Add CODEOWNERS for CMakeLists.txt --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 000000000000..8e0d7128a2b4 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,8 @@ +# 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. + +# The GEOS CMake Team is the CODEOWNER for the CMakeLists.txt files in this repository +CMakeLists.txt @GEOS-ESM/cmake-team +