From d4e2b8b371457a8ce1c0da4bcf70cd22169641df Mon Sep 17 00:00:00 2001 From: q9i <46249765+quantum9Innovation@users.noreply.github.com> Date: Thu, 29 Feb 2024 19:46:19 -0800 Subject: [PATCH] chore: update code owners --- .github/CODEOWNERS | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 20149c2..06253ac 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -11,5 +11,15 @@ # precedence. When someone opens a pull request that only # modifies script files, only @quantum9innovation and not the # global owners will be requested for a review. -/scripts/ @quantum9innovation -/.github/ @quantum9innovation +scripts/ @quantum9innovation +.github/ @quantum9innovation +badges/ @couscousdude +src/app/db/workers @couscousdude + +# Manifest +.prettier* @quantum9Innovation +.stylelintrc.js @quantum9Innovation +next.config.mjs @couscousdude +postcss.config.js @couscousdude +tailwind.config.ts @couscousdude +tsconfig.json @couscousdude