From 9887b49e8ccaed1928289bf16e060df1dc3343bb Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Thu, 17 Jun 2021 17:13:40 -0400 Subject: [PATCH] Add bridge team as codeowners of `bridges` Subtree (#3291) --- polkadot/.github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) create mode 100644 polkadot/.github/CODEOWNERS diff --git a/polkadot/.github/CODEOWNERS b/polkadot/.github/CODEOWNERS new file mode 100644 index 0000000000..9f4d769e94 --- /dev/null +++ b/polkadot/.github/CODEOWNERS @@ -0,0 +1 @@ +bridges/* @tomusdrw @svyatonik @hcastano