From 4171b4e7e3d21326fb1a78888b46229dc040675b Mon Sep 17 00:00:00 2001 From: aramissennyeydd Date: Tue, 30 Dec 2025 12:39:09 -0700 Subject: [PATCH] fix: use correct PR ID to post comments Signed-off-by: aramissennyeydd --- .github/workflows/api-breaking-changes-comment.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/api-breaking-changes-comment.yml b/.github/workflows/api-breaking-changes-comment.yml index 654d73b4d4..4645dd8c23 100644 --- a/.github/workflows/api-breaking-changes-comment.yml +++ b/.github/workflows/api-breaking-changes-comment.yml @@ -122,6 +122,6 @@ jobs: uses: peter-evans/create-or-update-comment@71345be0265236311c031f5c7866368bd1eff043 # v4 with: comment-id: ${{ steps.find-comment.outputs.comment-id }} - issue-number: ${{ github.event.pull_request.number }} + issue-number: ${{ needs.setup.outputs.pr-number }} body-path: comment.md edit-mode: replace