From 2d99ddba2db1c2ec0accca46be4a51a5b3ec350d Mon Sep 17 00:00:00 2001 From: Andy Zhao Date: Tue, 14 Jan 2020 10:00:19 -0500 Subject: [PATCH] Add self to codeowners (#5501) --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 569171d66..ec201a8c7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -17,3 +17,11 @@ yarn.lock @maestromac /spec/system/internal/ @jacobherrington /spec/requests/internal/ @jacobherrington /docs/ @jacobherrington + +# Andy +/app/assets/stylesheets/internal/ @zhao-andy +/app/controllers/internal/ @zhao-andy +/app/views/internal/ @zhao-andy +/app/views/moderation/ @zhao-andy +/spec/system/internal/ @zhao-andy +/spec/requests/internal/ @zhao-andy