From 6d429fd6a99e49b6209ced072a285f4be9600127 Mon Sep 17 00:00:00 2001 From: Matthew Thompson Date: Tue, 23 Jul 2019 13:12:45 -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 0000000..8e0d712 --- /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 +