From dde561ea4925ada0c7b926599e7474e19181ce48 Mon Sep 17 00:00:00 2001 From: Nico MASSART Date: Thu, 19 Sep 2024 12:35:19 +0200 Subject: [PATCH] Exclude content from codeowner Only have codeownership on all the other parts but allow any dev to approve content changes --- .github/CODEOWNERS | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 4a20715..0b7015f 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,3 +2,5 @@ # Each line is a file pattern followed by one or more owners. * @MetaMask/wallet-framework-engineers +!docs/** +!examples/**