From e9b728de8a54823010f41b320032f39df3d87f6b Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 10 Jun 2026 07:40:25 +0100 Subject: [PATCH] Change from owning configs to owning config utils (#45058) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- .github/CODEOWNERS | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8947fe2324..e7ea8e0301b 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -23,9 +23,14 @@ # Any change to the VllmConfig changes can have a large user-facing impact, # so spam a lot of people -/vllm/config @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @hmellor @yewentao256 @ProExpertProg +/vllm/config @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @yewentao256 @ProExpertProg /vllm/config/cache.py @heheda12345 +# Config utils +/vllm/config/utils.py @hmellor +/vllm/engine/arg_utils.py @hmellor +/vllm/utils/argparse_utils.py + # Entrypoints /vllm/entrypoints/anthropic @mgoin @DarkLight1337 /vllm/entrypoints/cli @hmellor @mgoin @DarkLight1337 @russellb