From 734042ddb98ca7465ee5c6978c2c55dcf01dc972 Mon Sep 17 00:00:00 2001 From: Akshay Aggarwal Date: Fri, 29 Aug 2025 22:05:19 +0530 Subject: [PATCH] Add codewoners file --- .github/CODEOWNERS | 6 ++++++ 1 file changed, 6 insertions(+) create mode 100644 .github/CODEOWNERS diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS new file mode 100644 index 00000000..254c9240 --- /dev/null +++ b/.github/CODEOWNERS @@ -0,0 +1,6 @@ +# CODEOWNERS Best Practices +# 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 + +# Root +* @smartcontractkit/dev-services \ No newline at end of file