There was an error while loading. Please reload this page.
1 parent 34abdd3 commit e562ee2Copy full SHA for e562ee2
src/manifest.ts
@@ -1240,7 +1240,7 @@ export class Manifest {
1240
const releaseList = githubReleases
1241
.map(({tagName, url}) => `- [${tagName}](${url})`)
1242
.join('\n');
1243
- const comment = `:robot: Created releases:\n${releaseList}\n:sunflower:`;
+ const comment = `🤖 Created releases:\n\n${releaseList}\n\n:sunflower:`;
1244
await this.github.commentOnIssue(comment, pullRequest.number);
1245
}
1246
0 commit comments