From 3d32e4f3d509cda8dd1dd75512c3c3fc5bdf0e9e Mon Sep 17 00:00:00 2001 From: OG T Date: Sun, 7 Jun 2026 16:05:01 +0800 Subject: [PATCH] chore: trim scout dry-run comment logs --- apps/scout-bot/src/index.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/apps/scout-bot/src/index.ts b/apps/scout-bot/src/index.ts index bf05da6..8abc854 100644 --- a/apps/scout-bot/src/index.ts +++ b/apps/scout-bot/src/index.ts @@ -292,8 +292,7 @@ npx -y @agent-bounty/mcp-server --endpoint https://agent.wooo.work console.error(`Failed to comment on #${issue.number}:`, error); } } else { - console.log("[DRY RUN] Would have posted comment:"); - console.log(commentBody); + console.log(`[DRY RUN] Would have posted scout comment for #${issue.number}: ${draft.status}`); } }