From 8834a0dbae2ac468a8fbe347a1bf64b35a75698b Mon Sep 17 00:00:00 2001 From: Thane Thomson Date: Fri, 29 Jul 2022 15:12:28 -0400 Subject: [PATCH] Update CODEOWNERS to use teams (#9129) * Update CODEOWNERS to use teams Update the `CODEOWNERS` file to use the @tendermint/tendermint-engineering and @tendermint/tendermint-research teams as opposed to adding people one by one. This makes repository administration somewhat easier to manage, especially when onboarding/offboarding people. Signed-off-by: Thane Thomson * Add Ethan as superuser Signed-off-by: Thane Thomson --- .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index edef8bff2..77b944d40 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -7,6 +7,6 @@ # 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. -* @ebuchman @cmwaters @tychoish @williambanfield @creachadair @thanethomson @sergio-mena @jmalicevic +* @ebuchman @tendermint/tendermint-engineering -/spec @cason @sergio-mena @jmalicevic @milosevic +/spec @ebuchman @tendermint/tendermint-research @tendermint/tendermint-engineering