diff --git a/CODEOWNERS b/CODEOWNERS index 65dbf75d..d202a995 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -3,13 +3,13 @@ # Please define less specific codeowner paths before more specific codeowner paths in order for the more specific rule to have priority # global ownership -* @smartcontractkit/data-growth @smartcontractkit/bix-build +* @smartcontractkit/data-feeds @smartcontractkit/bix-build # e2e test ownership -/integration-tests @smartcontractkit/devex-tooling @smartcontractkit/data-growth @smartcontractkit/bix-build +/integration-tests @smartcontractkit/devex-tooling @smartcontractkit/data-feeds @smartcontractkit/bix-build # monitoring ownership -/monitoring @smartcontractkit/data-growth @smartcontractkit/bix-build +/monitoring @smartcontractkit/data-feeds @smartcontractkit/bix-build # CI/CD -/.github/** @smartcontractkit/devex-cicd @smartcontractkit/data-growth @smartcontractkit/bix-build +/.github/** @smartcontractkit/devex-cicd @smartcontractkit/data-feeds @smartcontractkit/bix-build