From 37dce93c2dd742c7c11cc94ed14de24f9d66d2a0 Mon Sep 17 00:00:00 2001 From: Gjermund Garaba Date: Mon, 23 Dec 2024 15:45:39 +0100 Subject: [PATCH] chore: update codeowners (#7793) --- .github/CODEOWNERS | 51 ++-------------------------------------------- 1 file changed, 2 insertions(+), 49 deletions(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index f7f3404256b..7310f39e4cf 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,52 +1,5 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ -* @AdityaSripal @damiannolan @gjermundgaraba - -# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein @DimitrisJim - -# Order is important; the last matching pattern takes the most -# precedence. When someone opens a pull request that only -# modifies 27-interchain-accounts files, only the interchain account owners -# and not the global owner(s) will be requested for a review. - -# CODEOWNERS for the CODEOWNER file - -/.github/CODEOWNERS @AdityaSripal @damiannolan - -# CODEOWNERS for the core IBC module - -/modules/core/ @AdityaSripal @damiannolan -/proto/ibc/core/ @AdityaSripal @damiannolan - -# CODEOWNERS for the light-clients - -/modules/light-clients/ @AdityaSripal @damiannolan -/proto/ibc/lightclients/ @AdityaSripal @damiannolan - -# CODEOWNERS for 08-wasm light client module - -/modules/light-clients/08-wasm/ @AdityaSripal @damiannolan @srdtrk - -# CODEOWNERS for ICS 20 - -/modules/apps/transfer/ @AdityaSripal @damiannolan -/proto/ibc/applications/transfer/ @AdityaSripal @damiannolan - -# CODEOWNERS for interchain-accounts module - -/modules/apps/27-interchain-accounts/ @AdityaSripal @damiannolan -/proto/ibc/applications/interchain_accounts/ @AdityaSripal @damiannolan - -# CODEOWNERS for fee module - -/modules/apps/29-fee/ @AdityaSripal @damiannolan -/proto/ibc/applications/fee/ @AdityaSripal @damiannolan - -# CODEOWNERS for callbacks middleware - -/modules/apps/callbacks/ @AdityaSripal @damiannolan @srdtrk - -# CODEOWNERS for docs - -/docs/ @AdityaSripal @damiannolan @srdtrk +* @AdityaSripal @gjermundgaraba @srdtrk +# Our appreciation and gratitude to past code owners: @fedekunze @seantking @tmsdkeys @charleenfei @crodriguezvega @colin-axner @chatton @bznein @DimitrisJim @damiannolan