From b8b38b6faaef9cb9b1425ae5e65ac4a333b9c37e Mon Sep 17 00:00:00 2001 From: Augustus Chang Date: Fri, 8 Nov 2024 11:05:51 -0500 Subject: [PATCH] add codeowners --- CODEOWNERS | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 CODEOWNERS diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 00000000..74165607 --- /dev/null +++ b/CODEOWNERS @@ -0,0 +1,15 @@ +# 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 + +# global ownership +* @smartcontractkit/bix-build + +# e2e test ownership +/integration-tests @smartcontractkit/qa @smartcontractkit/bix-build + +# monitoring ownership +/monitoring @smartcontractkit/realtime @smartcontractkit/bix-build + +# CI/CD +/.github/** @smartcontractkit/qa @smartcontractkit/releng @smartcontractkit/bix-build