Skip to content

Commit a92ddc7

Browse files
kirjsdevversion
authored andcommitted
refactor(ng-dev): update links in caretaker selection prompt
That would make it easier to pick the right caretaker
1 parent b7672ff commit a92ddc7

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

ng-dev/caretaker/handoff/update-github-team.ts

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ export async function updateCaretakerTeamViaPrompt() {
4242
value: member,
4343
checked: current.has(member),
4444
})),
45-
message: 'Select 2 caretakers for the upcoming rotation (primary and secondary):',
45+
message:
46+
'Select 2 caretakers for the upcoming rotation (primary and secondary, http://go/ng-caretaker-schedule):',
4647
validate: (value) => {
4748
if (value.length !== 2) {
4849
return 'Please select exactly 2 caretakers for the upcoming rotation.';
@@ -63,7 +64,7 @@ export async function updateCaretakerTeamViaPrompt() {
6364
}));
6465
selectedEmea = await Prompt.select<string>({
6566
choices: emeaOptions,
66-
message: 'Select EMEA caretaker',
67+
message: 'Select EMEA caretaker (http://go/ng-caretaker-schedule-emea)',
6768
});
6869

6970
/** Whether the user positively confirmed the selected made. */

0 commit comments

Comments
 (0)