From 5563a16727da81aadff525cc5b36a82a0df685f0 Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 11 Feb 2026 13:04:01 +0200 Subject: [PATCH 1/2] Remove CODEOWNER for apollo-router-benchmarks Removed CODEOWNER for apollo-router-benchmarks. Given the amount of movement on apollo-router-benchmarks, I'm not sure if CODEOWNER attribution is applicable right now. --- .github/CODEOWNERS | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index afa249ffb7..3f999a3eca 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,6 +4,5 @@ /apollo-router/ @apollographql/graphos /apollo-router/src/plugins/connectors @apollographql/orchestration-language /apollo-router/src/plugins/fleet_detector.rs @apollographql/runtime-readiness -/apollo-router-benchmarks/ @apollographql/router-core @apollographql/orchestration-language /examples/ @apollographql/graphos /.github/CODEOWNERS @apollographql/graphos From a3ffc4ce4cb3ae19ebcb184cfcc8042f3a5d820a Mon Sep 17 00:00:00 2001 From: Jesse Rosenberger Date: Wed, 11 Feb 2026 19:47:08 +0200 Subject: [PATCH 2/2] Update CODEOWNERS for apollo-router-benchmarks --- .github/CODEOWNERS | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 3f999a3eca..38998c6fb6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -4,5 +4,6 @@ /apollo-router/ @apollographql/graphos /apollo-router/src/plugins/connectors @apollographql/orchestration-language /apollo-router/src/plugins/fleet_detector.rs @apollographql/runtime-readiness +/apollo-router-benchmarks/ @apollographql/graphos @apollographql/orchestration-language /examples/ @apollographql/graphos /.github/CODEOWNERS @apollographql/graphos