mirror of
https://github.com/maciejpedzich/playlist-entry-validator.git
synced 2024-11-28 00:15:48 +01:00
Change wording of some messages
This commit is contained in:
parent
327da74f58
commit
d768630232
4
bot.ts
4
bot.ts
@ -104,7 +104,7 @@ const bot: ApplicationFunction = (app) => {
|
|||||||
})
|
})
|
||||||
.join('\n');
|
.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);
|
await upsertReview(body, existingReview?.id);
|
||||||
} else {
|
} else {
|
||||||
@ -113,7 +113,7 @@ const bot: ApplicationFunction = (app) => {
|
|||||||
...currentRepoData,
|
...currentRepoData,
|
||||||
pull_number,
|
pull_number,
|
||||||
review_id: existingReview.id,
|
review_id: existingReview.id,
|
||||||
message: '🎉 Your entries can now be accepted! 🎉'
|
message: '🎉 Your pull request can be merged! 🎉'
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user