From ab6d24a6e8f0a6d7a44a656d5f08cd4581544345 Mon Sep 17 00:00:00 2001 From: Devin AI <158243242+devin-ai-integration[bot]@users.noreply.github.com> Date: Thu, 5 Feb 2026 22:14:48 +0000 Subject: [PATCH] fix: update existing preview comment instead of creating new one Co-Authored-By: Catherine Deskur --- .github/workflows/preview-docs.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/preview-docs.yml b/.github/workflows/preview-docs.yml index 54206d8..379cf1f 100644 --- a/.github/workflows/preview-docs.yml +++ b/.github/workflows/preview-docs.yml @@ -30,3 +30,5 @@ jobs: uses: thollander/actions-comment-pull-request@v2.4.3 with: filePath: preview_url.txt + comment_tag: preview-docs + mode: upsert