From e13472e7bd088e3823ed2faea11da6fcb89df013 Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Thu, 26 Jun 2025 10:35:29 -0400 Subject: [PATCH 1/3] Spam people if config.py changes Signed-off-by: Tyler Michael Smith --- .github/CODEOWNERS | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index e98ccd035ee9..916e716eefc7 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,6 +18,10 @@ /vllm/entrypoints @aarnphm CMakeLists.txt @tlrmchlsmth +# Any change to the VllmConfig changes can have large user-facing impact, +# so spam a lot of people +/vllm/config.py @simon-mo @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @roadhouse + # vLLM V1 /vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat /vllm/v1/structured_output @mgoin @russellb @aarnphm From a916dd5dde73b224e4a99e18fa90897b5309cf55 Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Thu, 26 Jun 2025 10:39:59 -0400 Subject: [PATCH 2/3] country grammar Signed-off-by: Tyler Michael Smith --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index 916e716eefc7..a8d82a14a7e6 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -18,7 +18,7 @@ /vllm/entrypoints @aarnphm CMakeLists.txt @tlrmchlsmth -# Any change to the VllmConfig changes can have large user-facing impact, +# Any change to the VllmConfig changes can have a large user-facing impact, # so spam a lot of people /vllm/config.py @simon-mo @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @roadhouse From 4963c88444a25c8982448e1286b2d909c998ae1c Mon Sep 17 00:00:00 2001 From: Tyler Michael Smith Date: Thu, 26 Jun 2025 11:14:57 -0400 Subject: [PATCH 3/3] fixup, update Signed-off-by: Tyler Michael Smith --- .github/CODEOWNERS | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/CODEOWNERS b/.github/CODEOWNERS index a8d82a14a7e6..da7f89747a16 100644 --- a/.github/CODEOWNERS +++ b/.github/CODEOWNERS @@ -20,7 +20,7 @@ CMakeLists.txt @tlrmchlsmth # Any change to the VllmConfig changes can have a large user-facing impact, # so spam a lot of people -/vllm/config.py @simon-mo @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @roadhouse +/vllm/config.py @simon-mo @WoosukKwon @youkaichao @robertgshaw2-redhat @mgoin @tlrmchlsmth @houseroad @hmellor # vLLM V1 /vllm/v1 @WoosukKwon @robertgshaw2-redhat @njhill @ywang96 @comaniac @alexm-redhat