From 4baf9d5daa30bfd875b62aac19f362d3435ef39e Mon Sep 17 00:00:00 2001 From: Alessandro Festa <47183399+alfsuse@users.noreply.github.com> Date: Mon, 14 Dec 2020 09:03:21 +0100 Subject: [PATCH] Update CODEOWNERS --- .github/CODEOWNERS | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 29d1185..2401b86 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,5 +5,9 @@ # the repo. Unless a later match takes precedence, # @global-owner1 and @global-owner2 will be requested for # review when someone opens a pull request. -* @gsantomaggio @harsimranmaan +* @gsantomaggio +cmd/tools/cli/* @harsimranmaan @gsantomaggio cmd/tools/web-ui/* @dottorblaster +cmd/tools/cli/init.go @alfsuse +internal/infra/* @alfsuse +cmd/tools/cli/cli.go @saiyam1814 @gsantomaggio