From 1adc44845255a5ec14a7cd591bbca9323089ab17 Mon Sep 17 00:00:00 2001 From: Jonathan Mukai-Heidt Date: Wed, 8 Apr 2026 20:44:32 -0400 Subject: [PATCH] Update CODEOWNERS to remove BIX, swap DF --- CODEOWNERS | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index d202a995..876f2bbc 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-feeds @smartcontractkit/bix-build +* @smartcontractkit/data-feeds-engineers # e2e test ownership -/integration-tests @smartcontractkit/devex-tooling @smartcontractkit/data-feeds @smartcontractkit/bix-build +/integration-tests @smartcontractkit/devex-tooling @smartcontractkit/data-feeds-engineers # monitoring ownership -/monitoring @smartcontractkit/data-feeds @smartcontractkit/bix-build +/monitoring @smartcontractkit/data-feeds-engineers # CI/CD -/.github/** @smartcontractkit/devex-cicd @smartcontractkit/data-feeds @smartcontractkit/bix-build +/.github/** @smartcontractkit/devex-cicd @smartcontractkit/data-feeds-engineers