From b88d9c635315058d42a09ed3ca6f7c55e4c22e90 Mon Sep 17 00:00:00 2001 From: matt korwel Date: Thu, 18 Sep 2025 10:32:13 -0700 Subject: [PATCH] Prstep3 (#8718) --- .github/workflows/release-patch-from-comment.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/release-patch-from-comment.yml b/.github/workflows/release-patch-from-comment.yml index 0ab052ada1..c09d76cfec 100644 --- a/.github/workflows/release-patch-from-comment.yml +++ b/.github/workflows/release-patch-from-comment.yml @@ -42,7 +42,7 @@ jobs: - name: 'Get PR Status' id: 'pr_status' - if: "steps.slash_command.outputs.dispatched == 'true'" + if: "startsWith(github.event.comment.body, '/patch')" env: GH_TOKEN: '${{ secrets.GITHUB_TOKEN }}' run: | @@ -71,7 +71,7 @@ jobs: }) - name: 'Comment on Failure' - if: "steps.slash_command.outputs.dispatched == 'true' && steps.pr_status.outputs.STATE != 'MERGED'" + if: "startsWith(github.event.comment.body, '/patch') && steps.pr_status.outputs.STATE != 'MERGED'" uses: 'peter-evans/create-or-update-comment@67dcc547d311b736a8e6c5c236542148a47adc3d' with: issue-number: '${{ github.event.issue.number }}'