From 7cefd0f2b5fd1bf15bafb6a405dbe1a93c42dd0a Mon Sep 17 00:00:00 2001 From: Ceyhun Onur Date: Mon, 13 Nov 2023 23:40:37 +0300 Subject: [PATCH] remove specific folders (#385) --- .github/CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 640be53b3c..678f3d71e7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,9 +1,9 @@ # Each line is a file pattern followed by one or more owners. # These owners will be the default code owners for everything in the repo. + # Unless a later match takes precedence, these owners will be requested for + # review whenever someone opens a pull request. -* @aaronbuchwald @darioush @ceyonur -# These owners will override for specific packages. -eth/gasprice/ @anusha-ctrl @aaronbuchwald @darioush @ceyonur +* @aaronbuchwald @darioush @ceyonur