From d3db0fc2cdcc4b476757d980977545a17d1d1325 Mon Sep 17 00:00:00 2001 From: Mark Sinclair Date: Tue, 5 Jul 2022 10:00:29 +0100 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 24a957cedf..26f6a4dc87 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -19,10 +19,10 @@ Cargo.* @durch @futurechimp @jstuczyn @neacsu @octol # JS rules: -*.js @mmsinclair @fmtabbara @Aid19801 -*.ts @mmsinclair @fmtabbara @Aid19801 -*.tsx @mmsinclair @fmtabbara @Aid19801 -*.jsx @mmsinclair @fmtabbara @Aid19801 +*.js @mmsinclair @fmtabbara +*.ts @mmsinclair @fmtabbara +*.tsx @mmsinclair @fmtabbara +*.jsx @mmsinclair @fmtabbara # Something looking like possible documentation rules: *.md @mfahampshire