From 3b4a7e45aef216fec56565f0ff51218d983ff24c Mon Sep 17 00:00:00 2001 From: Patrick Date: Fri, 28 Jun 2024 14:03:59 -0400 Subject: [PATCH] Adding foundations to root (#13559) * renamed: CODEOWNERS -> .github/CODEOWNERS * adding foundations to root * fixing root path --- CODEOWNERS => .github/CODEOWNERS | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) rename CODEOWNERS => .github/CODEOWNERS (99%) diff --git a/CODEOWNERS b/.github/CODEOWNERS similarity index 99% rename from CODEOWNERS rename to .github/CODEOWNERS index 5b80a90b27a..fbaeeef27f5 100644 --- a/CODEOWNERS +++ b/.github/CODEOWNERS @@ -2,8 +2,8 @@ # 1. Per Github docs: "Order is important; the last matching pattern takes the most precedence." # Please define less specific codeowner paths before more specific codeowner paths in order for the more specific rule to have priority -# Core -/core @smartcontractkit/foundations +# Root +* @smartcontractkit/foundations # Chains /common @smartcontractkit/bix-framework