From 3acf2f5fc210afacf4cc70761bac721cc3c7fc9b Mon Sep 17 00:00:00 2001 From: SkyratBot <59378654+SkyratBot@users.noreply.github.com> Date: Mon, 24 Aug 2020 23:55:12 +0200 Subject: [PATCH] [MIRROR] Add me as codeowner for unit tests (#498) * Add me as codeowner for unit tests (#53166) * Add me as codeowner for unit tests Co-authored-by: Jared-Fogle <35135081+Jared-Fogle@users.noreply.github.com> --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index c0b68f29d34..cf3cf689aa8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -25,6 +25,10 @@ /code/modules/admin/verbs/adminpm.dm @Cyberboss /code/modules/mapping/ @Cyberboss +# Jared-Fogle + +/code/modules/unit_tests/ @Jared-Fogle + # Jordie0608 /SQL/ @Jordie0608