diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 0000000..0797a6d --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,10 @@ +* @thejolman @sidvasu # current team leads + +*.nix @thejolman +/.github/ @thejolman + +*.sql @sidvasu +/internal/db/ @sidvasu + +/internal/cli/ @GaballaGit +/utils/ @GaballaGit