From 7fee954875385cafbfda63a6c0270bb34d02f7c1 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:55:44 +0200 Subject: [PATCH 1/3] [Docs] Have mergify leave a comment with the docs preview link This will make contributors more likely to check it. Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- .github/mergify.yml | 2 ++ docs/README.md | 2 ++ 2 files changed, 4 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5b08dbef8e13..494c1a12ae06 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -11,6 +11,8 @@ pull_request_rules: label: add: - documentation + comment: + message: Documentation preview: https://vllm--{{number}}.org.readthedocs.build/en/{{number}}/ - name: label-ci-build description: Automatically apply ci/build label diff --git a/docs/README.md b/docs/README.md index ae95717def4c..efc3797905c7 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,6 +23,8 @@ hide: Fork
+Dummy docs change + vLLM is a fast and easy-to-use library for LLM inference and serving. Originally developed in the [Sky Computing Lab](https://sky.cs.berkeley.edu) at UC Berkeley, vLLM has evolved into a community-driven project with contributions from both academia and industry. From 6f23b1e45ca890b431b5a8cb4e89c9a2aceda7c2 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:58:41 +0200 Subject: [PATCH 2/3] Quote message Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- .github/mergify.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/mergify.yml b/.github/mergify.yml index 494c1a12ae06..de1a8314a4ec 100644 --- a/.github/mergify.yml +++ b/.github/mergify.yml @@ -12,7 +12,7 @@ pull_request_rules: add: - documentation comment: - message: Documentation preview: https://vllm--{{number}}.org.readthedocs.build/en/{{number}}/ + message: "Documentation preview: https://vllm--{{number}}.org.readthedocs.build/en/{{number}}/" - name: label-ci-build description: Automatically apply ci/build label From 0263b00dafcc52ed7670f134bffa2c91716d20f2 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 8 Oct 2025 12:59:52 +0200 Subject: [PATCH 3/3] Revert docs change Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- docs/README.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/README.md b/docs/README.md index efc3797905c7..ae95717def4c 100644 --- a/docs/README.md +++ b/docs/README.md @@ -23,8 +23,6 @@ hide: Fork -Dummy docs change - vLLM is a fast and easy-to-use library for LLM inference and serving. Originally developed in the [Sky Computing Lab](https://sky.cs.berkeley.edu) at UC Berkeley, vLLM has evolved into a community-driven project with contributions from both academia and industry.