From 5625a0ab71dd6996e71b008e94b2c3dd957430e5 Mon Sep 17 00:00:00 2001 From: Andrew Nielson <29068131+drewnielson@users.noreply.github.com> Date: Wed, 12 Feb 2025 13:48:45 -0600 Subject: [PATCH] Update CODEOWNERS --- CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index c86d8c97f..5e4472200 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -1,15 +1,15 @@ # Global owners -* @drewnielson @alexwilsongsa @michaelhortongsa +* @drewnielson @alexwilsongsa @michaelhortongsa @kmsoc # Layouts and Includes and other Jekyll structural changes -/_assets/css/ @drewnielson -/_assets/js/ @drewnielson -/_plugins/ @drewnielson +/_assets/css/ @drewnielson @michaelhortongsa +/_assets/js/ @drewnielson @michaelhortongsa +/_plugins/ @drewnielson @michaelhortongsa /_includes/ @drewnielson @michaelhortongsa /_layouts/ @drewnielson @michaelhortongsa # Site content changes -/_pages/ @drewnielson @michaelhortongsa @alexwilsongsa -/_posts/ @drewnielson @michaelhortongsa @alexwilsongsa -/blog/ @drewnielson @michaelhortongsa @alexwilsongsa -*.md @drewnielson @michaelhortongsa @alexwilsongsa +/_pages/ @drewnielson @michaelhortongsa @alexwilsongsa @kmsoc +/_posts/ @drewnielson @michaelhortongsa @alexwilsongsa @kmsoc +/blog/ @drewnielson @michaelhortongsa @alexwilsongsa @kmsoc +*.md @drewnielson @michaelhortongsa @alexwilsongsa @kmsoc