From 751ca601783aa9091824eaf358c35c03ac38cbea Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Colin=20Axn=C3=A9r?= <25233464+colin-axner@users.noreply.github.com> Date: Thu, 5 Aug 2021 12:23:14 +0200 Subject: [PATCH] add @seantking as codeowner to interchain accounts --- .github/CODEOWNERS | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 2e5239c6889..41af05c8e0e 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,3 +1,12 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ * @colin-axner @fedekunze @AdityaSripal + +# 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 interchain-accounts module + +/modules/apps/27-interchain-accounts/ @seantking @colin-axner @AdityaSripal