From 03f5c54a3f74fc9a546b638cd9ce520f0c27703b Mon Sep 17 00:00:00 2001 From: Shuran Zhang Date: Fri, 15 Nov 2024 16:21:46 -0800 Subject: [PATCH] Add @ShuranZhang to codeowners (#19) * Add @ShuranZhang to codeowners * Add a comment to re-trigger analysis --- .github/CODEOWNERS | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a29cd42..0c6f157 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,5 @@ # See the CODEOWNERS file documentation: # https://blog.github.com/2017-07-06-introducing-code-owners -* @mayurkale22 @TanmayVartak \ No newline at end of file +# Code owners for all directories and files +* @mayurkale22 @TanmayVartak @ShuranZhang