mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
fix: Change wording of message while picking PRs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
8a79482bde
commit
5d7ebefea6
@ -328,7 +328,7 @@ async function pickRelevantPrs(prs: ExtendedGithubPrData[], isMasterBranch: bool
|
|||||||
|
|
||||||
do {
|
do {
|
||||||
selectedPrs = await pickWhichPRsToUse(prs);
|
selectedPrs = await pickWhichPRsToUse(prs);
|
||||||
} while (selectedPrs.length === 0 && (console.warn("[WARNING]: must pick at least once commit"), true));
|
} while (selectedPrs.length === 0 && (console.warn("[WARNING]: must pick at least one commit"), true));
|
||||||
|
|
||||||
await cherryPickCommits(selectedPrs);
|
await cherryPickCommits(selectedPrs);
|
||||||
|
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user