diff --git a/web-app/src/eventHandlers/pullRequestEventHandler.ts b/web-app/src/eventHandlers/pullRequestEventHandler.ts index 90fb3c7..f57dd94 100644 --- a/web-app/src/eventHandlers/pullRequestEventHandler.ts +++ b/web-app/src/eventHandlers/pullRequestEventHandler.ts @@ -184,7 +184,7 @@ Please fix the issues and recreate a new PR: const app = await this.getAuthenticatedApp(logger, context); const { appLogin, postFooter } = { appLogin: `${app.slug}[bot]`, - postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`, + postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`, }; const pullRequestComments = await appGitHubService.getPullRequestComments({