Add _ in git-owner regexp
This commit is contained in:
@ -1,5 +1,5 @@
|
||||
[placeholders]
|
||||
git-owner = { prompt = "Gitea owner or organization name", type = "string", regex = "^[A-Za-z0-9][A-Za-z0-9-]{0,38}$" }
|
||||
git-owner = { prompt = "Gitea owner or organization name", type = "string", regex = "^[A-Za-z0-9][A-Za-z0-9-_]{0,38}$" }
|
||||
use_postgres = { prompt = "Do you use PostgreSQL for tests?", type = "bool", default = false }
|
||||
|
||||
[template]
|
||||
|
||||
Reference in New Issue
Block a user