diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 0ddc5058..543df5cb 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,4 +1,11 @@ -/types/ @balazsorban44 @lluia -/docs/ @balazsorban44 @ndom91 -/adapters/ @balazsorban44 @ndom91 -/__tests__/ @lluia +# Learn how to add code owners here: +# https://help.github.com/en/articles/about-code-owners + +* @balazsorban44 +.github @ThangHuuVu +/apps/ @lluia @ndom91 @ThangHuuVu +/docs/ @lluia @ndom91 +/packages/ @ThangHuuVu +/packages/adapter-*/ @ndom91 +/**/*test* @lluia +/**/*type* @lluia \ No newline at end of file