Skip to content

Commit e562ee2

Browse files
fix: fix comment at release pr is ugly (#2348)
Co-authored-by: Jeff Ching <chingor@google.com>
1 parent 34abdd3 commit e562ee2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/manifest.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1240,7 +1240,7 @@ export class Manifest {
12401240
const releaseList = githubReleases
12411241
.map(({tagName, url}) => `- [${tagName}](${url})`)
12421242
.join('\n');
1243-
const comment = `:robot: Created releases:\n${releaseList}\n:sunflower:`;
1243+
const comment = `🤖 Created releases:\n\n${releaseList}\n\n:sunflower:`;
12441244
await this.github.commentOnIssue(comment, pullRequest.number);
12451245
}
12461246

0 commit comments

Comments
 (0)