From 9deb6515298bf8ebe1ea9f33d1f3b3d5b606ef81 Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 03:32:00 +0000 Subject: [PATCH 1/2] Initial plan From 7ec7a8bd93fc94542625cfa37fdd07e05681314a Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 18 Mar 2026 03:34:13 +0000 Subject: [PATCH 2/2] Print benchmark comment body to stdout for fork PRs in CI Co-authored-by: NullVoxPopuli <199018+NullVoxPopuli@users.noreply.github.com> --- .github/workflows/bench-compare.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.github/workflows/bench-compare.yml b/.github/workflows/bench-compare.yml index 7f9cd33..1512d6b 100644 --- a/.github/workflows/bench-compare.yml +++ b/.github/workflows/bench-compare.yml @@ -62,6 +62,9 @@ jobs: if (isFork) { core.info('PR is from a fork — skipping PR comment (results are in the job summary).'); + core.info('--- Comment body start ---'); + core.info(body); + core.info('--- Comment body end ---'); } else { const { data: comments } = await github.rest.issues.listComments({ owner: context.repo.owner,