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