From 3427f0397c6aa0cde22a292dfe2887f2d73e2e0e Mon Sep 17 00:00:00 2001 From: Luke Van Drie Date: Wed, 22 Jul 2026 10:39:52 -0700 Subject: [PATCH] chore: add RishabhSaini as flow control code owner List @RishabhSaini on the three flow control paths in CODEOWNERS so he is auto-requested for review and can satisfy code-owner approval there. Signed-off-by: Luke Van Drie --- CODEOWNERS | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/CODEOWNERS b/CODEOWNERS index 64acb07d93..1f394d849c 100644 --- a/CODEOWNERS +++ b/CODEOWNERS @@ -14,9 +14,9 @@ * @llm-d/router-maintainers # Flow control framework + plugins -/pkg/epp/flowcontrol/ @LukeAVanDrie @shmuelk @llm-d/router-maintainers -/pkg/epp/framework/interface/flowcontrol/ @LukeAVanDrie @shmuelk @llm-d/router-maintainers -/pkg/epp/framework/plugins/flowcontrol/ @LukeAVanDrie @shmuelk @llm-d/router-maintainers +/pkg/epp/flowcontrol/ @LukeAVanDrie @RishabhSaini @shmuelk @llm-d/router-maintainers +/pkg/epp/framework/interface/flowcontrol/ @LukeAVanDrie @RishabhSaini @shmuelk @llm-d/router-maintainers +/pkg/epp/framework/plugins/flowcontrol/ @LukeAVanDrie @RishabhSaini @shmuelk @llm-d/router-maintainers # Envoy ext_proc message layer /pkg/common/envoy/ @shmuelk @llm-d/router-maintainers