From ff77d06ff3a12efbd3f22c8b27aa9a7deda10fe5 Mon Sep 17 00:00:00 2001 From: Eugenio Romano Date: Sat, 1 Aug 2020 00:29:32 +0100 Subject: [PATCH] Update Codeowners --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4a91973be..f99075462 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -5,14 +5,14 @@ # the repo. Unless a later match takes precedence, # these users will be requested for # review when someone opens a pull request. -* @DenysVuika @pionnegru +* @DenysVuika @eromano # Order is important; the last matching pattern takes the most # precedence. When someone opens a pull request that only # modifies JS files, only @js-owner and not the global # owner(s) will be requested for a review. -e2e/* @adinapitul @pionnegru @DenysVuika -protractor.conf.js @adinapitul +e2e/* @eromano @DenysVuika +protractor.conf.js @DenysVuika # You can also use email addresses if you prefer. They'll be # used to look up users just like we do for commit author