mirror of
https://github.com/lensapp/lens.git
synced 2025-05-20 05:10:56 +00:00
Improve display after picking PRs
Signed-off-by: Sebastian Malton <sebastian@malton.name>
This commit is contained in:
parent
08c42c06d2
commit
5c3a1eb83c
@ -210,6 +210,7 @@ async function pickWhichCommitsToUse(prs: ExtendedGithubPrData[]): Promise<Exten
|
||||
key: pr.number,
|
||||
name: `#${pr.number}: ${pr.title} (https://github.com/lensapp/lens/pull/${pr.number})`,
|
||||
value: pr.number,
|
||||
short: `#${pr.number}`,
|
||||
})),
|
||||
loop: false,
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user