Change wording of some messages

This commit is contained in:
Maciej Pędzich 2022-09-16 06:07:55 +02:00
parent 327da74f58
commit d768630232

4
bot.ts
View File

@ -104,7 +104,7 @@ const bot: ApplicationFunction = (app) => {
})
.join('\n');
const body = `All new entries point to existing playlists, but you have to:\n${renameList}`;
const body = `All new files point to existing playlists, but you have to:\n${renameList}`;
await upsertReview(body, existingReview?.id);
} else {
@ -113,7 +113,7 @@ const bot: ApplicationFunction = (app) => {
...currentRepoData,
pull_number,
review_id: existingReview.id,
message: '🎉 Your entries can now be accepted! 🎉'
message: '🎉 Your pull request can be merged! 🎉'
});
}