From 56b909c8e12b15a29ddd1369c0b67687dfd7f951 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 18 Sep 2025 09:26:33 -0700 Subject: [PATCH] Pr comment (#8708) --- .github/workflows/release-patch-from-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-patch-from-comment.yml b/.github/workflows/release-patch-from-comment.yml index 2b1313c7e8..01c320aba1 100644 --- a/.github/workflows/release-patch-from-comment.yml +++ b/.github/workflows/release-patch-from-comment.yml @@ -51,7 +51,7 @@ jobs: }) - name: 'Comment on Failure' - if: "steps.pr_status.outputs.STATE != 'MERGED'" + if: "steps.slash_command.outputs.dispatched == 'true' && steps.pr_status.outputs.STATE != 'MERGED'" uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d' with: issue-number: '${{ github.event.issue.number }}'