From f263c311bf0404128988252674ec00d76ba60be8 Mon Sep 17 00:00:00 2001 From: Oscar Beaumont Date: Sat, 22 Oct 2022 17:28:59 +1000 Subject: [PATCH] Add the new crates into CODEOWNERS --- .github/CODEOWNERS | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index bb30b4082..4b34105de 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,6 +2,14 @@ # disabled for now because we have some dead code that doesn't really need reviewed yet # * @spacedriveapp +# crates +/crates/crypto @brxken128 +/crates/ffmpeg @fogodev +/crates/file-ext @jamiepine +/crates/p2p @oscartbeaumont +/crates/prisma-cli @brendonovich +/crates/sync @brendonovich + # documentation /apps/landing/src/pages/docs/ @jamiepine /docs/ @jamiepine