From 8825f1798b4510b00bd8ac94dacd50a8f63103c5 Mon Sep 17 00:00:00 2001 From: Brian Curtis <64433609+BrianCurtis-NOAA@users.noreply.github.com> Date: Fri, 16 Feb 2024 10:01:19 -0500 Subject: [PATCH] Update CODEOWNERS to reflect maintainer for production/AQM.v7 branch Remove develop branch CODEOWNERS for @BrianCurtis-NOAA as maintainer for only production/AQM.v7 branch --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 09672fa306..ed9406013b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -3,7 +3,7 @@ # These owners will be the default owners for everything in the repo. #* @defunkt -* @chan-hoo @RatkoVasic-NOAA @BenjaminBlake-NOAA +* @BrianCurtis-NOAA # Order is important. The last matching pattern has the most precedence. # So if a pull request only touches javascript files, only these owners