chore: trim scout dry-run comment logs
Some checks failed
Deploy to 110 WOOO Server / deploy (push) Failing after 7s

This commit is contained in:
OG T
2026-06-07 16:05:01 +08:00
parent 604fb5a8cb
commit 3d32e4f3d5

View File

@@ -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}`);
}
}