From bacb0ff8ba0112bf805c8d2e31fb29d2e27e91ab Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20Schorm=C3=BCller?= Date: Tue, 17 Feb 2026 10:25:30 +0100 Subject: [PATCH] feat: add comment-tag to preview URL comment Adds comment-tag: preview-url to the PR comment step so that consuming repos can update the same comment with additional preview URLs (e.g. preprod) instead of posting separate comments. Co-Authored-By: Claude Opus 4.6 --- .github/workflows/preview.build-image.yaml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/preview.build-image.yaml b/.github/workflows/preview.build-image.yaml index 4af025f..80f76d8 100644 --- a/.github/workflows/preview.build-image.yaml +++ b/.github/workflows/preview.build-image.yaml @@ -93,3 +93,4 @@ jobs: message: | Preview URL: https://${{ inputs.APPLICATION_NAME }}-preview-${{ inputs.PR_NUMBER }}.staging.parcellab.dev Preview Argo App: https://argocd.staging.parcellab.dev/applications/argocd/${{ inputs.APPLICATION_NAME }}-preview-${{ inputs.PR_NUMBER }} + comment-tag: preview-url