From 79f1bb6424a3c511606219789b00cc6621c7434a Mon Sep 17 00:00:00 2001 From: Marius Poke Date: Fri, 28 Jun 2024 09:58:37 +0200 Subject: [PATCH] chore: create interchain tests folder and make Hypha code owners (#3177) * create tests/interchain folder * update codeowners --------- Co-authored-by: MSalopek --- .github/CODEOWNERS | 9 ++++++++- tests/interchain/README.md | 0 2 files changed, 8 insertions(+), 1 deletion(-) create mode 100644 tests/interchain/README.md diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e13221c5c58..1dbd798679c 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -1,5 +1,12 @@ # CODEOWNERS: https://help.github.com/articles/about-codeowners/ # Primary repo maintainers -* @alexanderbez @zmanian @crodriguezvega @jackzampolin @cosmos/informal_gaia_maintain +* @zmanian @crodriguezvega @jackzampolin @cosmos/informal_gaia_maintain +# CODEOWNERS for the CODEOWNER file + +/.github/CODEOWNERS @cosmos/informal_gaia_maintain + +# CODEOWNERS for interchain tests + +/tests/interchain @dasanchez @LexaMichaelides @fastfadingviolets \ No newline at end of file diff --git a/tests/interchain/README.md b/tests/interchain/README.md new file mode 100644 index 00000000000..e69de29bb2d