From 7aaaa9ec089b466e7836847d9558979b46ae3798 Mon Sep 17 00:00:00 2001 From: Hernando Castano Date: Wed, 21 Jul 2021 16:27:23 -0400 Subject: [PATCH] Use correct syntax for owning all files in a folder (#3510) From the GitHub docs: > # The `docs/*` pattern will match files like > # `docs/getting-started.md` but not further nested files like > # `docs/build-app/troubleshooting.md`. > docs/* docs@example.com > > # In this example, @octocat owns any file in an apps directory > # anywhere in your repository. > apps/ @octocat --- polkadot/.github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/polkadot/.github/CODEOWNERS b/polkadot/.github/CODEOWNERS index 9f4d769e94..a150190726 100644 --- a/polkadot/.github/CODEOWNERS +++ b/polkadot/.github/CODEOWNERS @@ -1 +1 @@ -bridges/* @tomusdrw @svyatonik @hcastano +bridges/ @tomusdrw @svyatonik @hcastano