Skip to content

Commit

Permalink
fix(routes): remove validation for milestone parameter as it cannot b…
Browse files Browse the repository at this point in the history
…e 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)
  • Loading branch information
gr2m committed Nov 17, 2018
1 parent 033254b commit 4d04d17
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions plugins/rest-api-endpoints/routes.json
Expand Up @@ -3791,8 +3791,7 @@
"type": "string"
},
"milestone": {
"type": "string",
"validation": "^([0-9]+|none|\\*)$"
"type": "string"
},
"owner": {
"required": true,
Expand Down

0 comments on commit 4d04d17

Please sign in to comment.