From 10c75b54390a16d15f79da1f859fe0d21b66af98 Mon Sep 17 00:00:00 2001 From: Harry Mellor <19981378+hmellor@users.noreply.github.com> Date: Wed, 8 Oct 2025 13:04:00 +0100 Subject: [PATCH] [Docs] Have mergify leave a comment with the docs preview link (#26412) Signed-off-by: Harry Mellor <19981378+hmellor@users.noreply.github.com> --- .github/mergify.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/mergify.yml b/.github/mergify.yml index 5b08dbef8e136..de1a8314a4ecd 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