ci: create script clarify workspace owners

Signed-off-by: Vincenzo Scamporlino <vincenzos@spotify.com>
This commit is contained in:
Vincenzo Scamporlino 2024-02-21 09:48:59 +01:00
parent 8724e3da70
commit 86b190abc3
1 changed files with 1 additions and 1 deletions

View File

@ -19,7 +19,7 @@ const answers = await inquirer.prompt([
{
type: "input",
name: "owners",
message: chalk.blue("Name of the owners of the workspace"),
message: chalk.blue("Name of the owner(s) of the workspace"),
validate(value) {
return (
!!value.match(/@[a-zA-Z0-9_-]+/) ||