Skip to content

Commit 4d04d17

Browse files
committed
fix(routes): remove validation for milestone parameter as it cannot be derived from octokit/routes
BREAKING CHANGE: the `milestone` parameter is no longer validated using a regex as it cannot be derived from [octokit/routes](https://github.com/octokit/routes)
1 parent 033254b commit 4d04d17

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

plugins/rest-api-endpoints/routes.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3791,8 +3791,7 @@
37913791
"type": "string"
37923792
},
37933793
"milestone": {
3794-
"type": "string",
3795-
"validation": "^([0-9]+|none|\\*)$"
3794+
"type": "string"
37963795
},
37973796
"owner": {
37983797
"required": true,

0 commit comments

Comments
 (0)