Skip to content

Commit

Permalink
chore(misc): mark name as important for ci-workflow generator
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxKless committed Jun 12, 2023
1 parent 1c4fb93 commit cc515bb
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@
"$default": { "$source": "argv", "index": 0 },
"default": "CI",
"x-prompt": "How should we name your workflow?",
"pattern": "^[a-zA-Z].*$"
"pattern": "^[a-zA-Z].*$",
"x-priority": "important"
}
},
"required": ["ci"],
Expand Down
3 changes: 2 additions & 1 deletion packages/workspace/src/generators/ci-workflow/schema.json
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,8 @@
},
"default": "CI",
"x-prompt": "How should we name your workflow?",
"pattern": "^[a-zA-Z].*$"
"pattern": "^[a-zA-Z].*$",
"x-priority": "important"
}
},
"required": ["ci"]
Expand Down

0 comments on commit cc515bb

Please sign in to comment.