diff --git a/CODEOWNERS b/CODEOWNERS new file mode 100644 index 000000000..741656072 --- /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