Skip to content
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions docs/snippets/schemas/v3/azuredevops.schema.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[\\w.-]+\\/[\\w.-]+$"
"pattern": "^[\\w.-]+\\/[\\w. -]+$"
},
"default": [],
"examples": [
Expand All @@ -97,7 +97,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[\\w.-]+\\/[\\w.-]+\\/[\\w.-]+$"
"pattern": "^[\\w.-]+\\/[\\w. -]+\\/[\\w. -]+$"
},
"default": [],
"examples": [
Expand Down
4 changes: 2 additions & 2 deletions packages/schemas/src/v3/azuredevops.schema.ts
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ const schema = {
"type": "array",
"items": {
"type": "string",
"pattern": "^[\\w.-]+\\/[\\w.-]+$"
"pattern": "^[\\w.-]+\\/[\\w. -]+$"
},
"default": [],
"examples": [
Expand All @@ -96,7 +96,7 @@ const schema = {
"type": "array",
"items": {
"type": "string",
"pattern": "^[\\w.-]+\\/[\\w.-]+\\/[\\w.-]+$"
"pattern": "^[\\w.-]+\\/[\\w. -]+\\/[\\w. -]+$"
},
"default": [],
"examples": [
Expand Down
4 changes: 2 additions & 2 deletions schemas/v3/azuredevops.json
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[\\w.-]+\\/[\\w.-]+$"
"pattern": "^[\\w.-]+\\/[\\w. -]+$"
Comment thread
brendan-kellam marked this conversation as resolved.
},
"default": [],
"examples": [
Expand All @@ -68,7 +68,7 @@
"type": "array",
"items": {
"type": "string",
"pattern": "^[\\w.-]+\\/[\\w.-]+\\/[\\w.-]+$"
"pattern": "^[\\w.-]+\\/[\\w. -]+\\/[\\w. -]+$"
},
"default": [],
"examples": [
Expand Down
Loading