We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e50dd8 commit 9ac9a9fCopy full SHA for 9ac9a9f
web-app/src/eventHandlers/pullRequestEventHandler.ts
@@ -184,7 +184,7 @@ Please fix the issues and recreate a new PR:
184
const app = await this.getAuthenticatedApp(logger, context);
185
const { appLogin, postFooter } = {
186
appLogin: `${app.slug}[bot]`,
187
- postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`,
+ postFooter: `\n\n> Published with ❤️ by [${app.name}](${app.html_url})\n`,
188
};
189
190
const pullRequestComments = await appGitHubService.getPullRequestComments({
0 commit comments