From b3f81d876671caecb99746928e8cb2761b7ebfbb Mon Sep 17 00:00:00 2001 From: lucapette Date: Tue, 15 Dec 2020 13:02:51 +0100 Subject: [PATCH] Fix codeowners syntax (#512) --- .github/CODEOWNERS | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 69f7a4eee2..5b9b4d666e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,10 +1,10 @@ -backend/ @codeowners-backend -docs/ @codeowners-backend @codeowners-frontend @codeowners-infrastructure -frontend/ @codeowners-frontend -infrastructure/ @codeowners-infrastructure -lib/go/ @codeowners-infrastructure -lib/java/ @codeowners-backend -lib/typescript/ @codeowners-frontend -scripts/ @codeowners-infrastructure +backend/ @airyhq/codeowners-backend +docs/ @airyhq/codeowners-backend @airyhq/codeowners-frontend @airyhq/codeowners-infrastructure +frontend/ @airyhq/codeowners-frontend +infrastructure/ @airyhq/codeowners-infrastructure +lib/go/ @airyhq/codeowners-infrastructure +lib/java/ @airyhq/codeowners-backend +lib/typescript/ @airyhq/codeowners-frontend +scripts/ @airyhq/codeowners-infrastructure *.bzl @lucapette @chrismatix BUILD @lucapette @chrismatix