From 935fe26013a9170d48a4d8cc2687a4f4956ebc1b Mon Sep 17 00:00:00 2001 From: Colin McDonnell Date: Thu, 20 Nov 2025 17:05:42 -0800 Subject: [PATCH] Tweak footer --- mcp/comment.ts | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/mcp/comment.ts b/mcp/comment.ts index 6ef5c3d..7aedf2b 100644 --- a/mcp/comment.ts +++ b/mcp/comment.ts @@ -29,9 +29,11 @@ function buildCommentFooter(payload: Payload): string { ? `https://github.com/${repoContext.owner}/${repoContext.name}/actions/runs/${runId}` : `https://github.com/${repoContext.owner}/${repoContext.name}`; - return `--- + return ` - Triggered by [Pullfrog](https://pullfrog.ai) | Using [${agentDisplayName}](${agentUrl}) | [View workflow run](${workflowRunUrl}) | [![Share on X](https://img.shields.io/badge/X-share-black)](https://x.com/pullfrogai)`; +--- + +Triggered by [Pullfrog](https://pullfrog.ai) | Using [${agentDisplayName}](${agentUrl}) | [View workflow run](${workflowRunUrl}) | [𝕏](https://x.com/pullfrogai)`; } export const Comment = type({