Skip to content

Commit

Permalink
fix: fix comment at release pr is ugly (#2348)
Browse files Browse the repository at this point in the history
Co-authored-by: Jeff Ching <chingor@google.com>
  • Loading branch information
goatwu1993 and chingor13 authored Sep 11, 2024
1 parent 34abdd3 commit e562ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/manifest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1240,7 +1240,7 @@ export class Manifest {
const releaseList = githubReleases
.map(({tagName, url}) => `- [${tagName}](${url})`)
.join('\n');
const comment = `:robot: Created releases:\n${releaseList}\n:sunflower:`;
const comment = `🤖 Created releases:\n\n${releaseList}\n\n:sunflower:`;
await this.github.commentOnIssue(comment, pullRequest.number);
}

Expand Down

0 comments on commit e562ee2

Please sign in to comment.