From 14867c7c14ef4de9bafdc7ba8b39812dca4c7ecc Mon Sep 17 00:00:00 2001 From: matt korwel Date: Tue, 21 Oct 2025 10:38:30 -0700 Subject: [PATCH] fix(workflow): Add missing comma in release-patch-0-from-comment.yml (#11588) --- .github/workflows/release-patch-0-from-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release-patch-0-from-comment.yml b/.github/workflows/release-patch-0-from-comment.yml index e85c2185d5..d73ba82abd 100644 --- a/.github/workflows/release-patch-0-from-comment.yml +++ b/.github/workflows/release-patch-0-from-comment.yml @@ -89,7 +89,7 @@ jobs: inputs: { commit: '${{ steps.pr_status.outputs.MERGE_COMMIT_SHA }}', channel: channel, - original_pr: '${{ github.event.issue.number }}' + original_pr: '${{ github.event.issue.number }}', environment: 'prod' } });