From 3503a814f22d75846ad48e63313523bb3bebfbc0 Mon Sep 17 00:00:00 2001 From: Tess Rinearson Date: Wed, 21 Apr 2021 13:40:27 -0700 Subject: [PATCH] .github: make core team codeowners (#6383) Expanding the list of people who can sign off on reviews. --- .github/CODEOWNERS | 14 +------------- 1 file changed, 1 insertion(+), 13 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index fbab4b33f..46e9c95c8 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,17 +7,5 @@ # global owners are only requested if there isn't a more specific # codeowner specified below. For this reason, the global codeowners # are often repeated in package-level definitions. -* @alexanderbez @ebuchman @tessr +* @alexanderbez @ebuchman @cmwaters @tessr @tychoish -# Overrides for tooling packages -.github/ @marbar3778 @alexanderbez @ebuchman @tessr -DOCKER/ @marbar3778 @alexanderbez @ebuchman @tessr - -# Overrides for core Tendermint packages -abci/ @marbar3778 @alexanderbez @ebuchman @tessr @tychoish -evidence/ @cmwaters @ebuchman @tessr @tychoish -light/ @cmwaters @ebuchman @tessr @tychoish - -# Overrides for docs -*.md @marbar3778 @alexanderbez @ebuchman @tessr -docs/ @marbar3778 @alexanderbez @ebuchman @tessr