From 98aebe1dce261f692219d08a8e6c2c96d66fe872 Mon Sep 17 00:00:00 2001 From: Luca Doglione Date: Thu, 9 May 2024 15:23:37 +0200 Subject: [PATCH] Changing comment strategy --- .github/workflows/preview.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/preview.yml b/.github/workflows/preview.yml index a4fc3cb4af..81278eeaa1 100644 --- a/.github/workflows/preview.yml +++ b/.github/workflows/preview.yml @@ -32,7 +32,7 @@ jobs: with: issue-number: ${{ github.event.pull_request.number }} comment-author: "github-actions[bot]" - body-includes: "Preview this PR" + body-includes: "Preview Deployment" - name: Update Comment if exists if: github.event_name == 'pull_request' && steps.deploy-preview-comment.outputs.comment-id != 0