Skip to content

Commit

Permalink
fix: author.* and committer.* parameter validation for `.repos.de…
Browse files Browse the repository at this point in the history
…leteFile()` (#59)
  • Loading branch information
greenkeeper[bot] authored and gr2m committed May 30, 2019
1 parent 08d7e60 commit 321b2d5
Show file tree
Hide file tree
Showing 6 changed files with 52 additions and 4 deletions.
12 changes: 12 additions & 0 deletions ghe-2.14/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7138,12 +7138,24 @@
"author": {
"type": "object"
},
"author.email": {
"type": "string"
},
"author.name": {
"type": "string"
},
"branch": {
"type": "string"
},
"committer": {
"type": "object"
},
"committer.email": {
"type": "string"
},
"committer.name": {
"type": "string"
},
"message": {
"required": true,
"type": "string"
Expand Down
12 changes: 12 additions & 0 deletions ghe-2.15/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7152,12 +7152,24 @@
"author": {
"type": "object"
},
"author.email": {
"type": "string"
},
"author.name": {
"type": "string"
},
"branch": {
"type": "string"
},
"committer": {
"type": "object"
},
"committer.email": {
"type": "string"
},
"committer.name": {
"type": "string"
},
"message": {
"required": true,
"type": "string"
Expand Down
12 changes: 12 additions & 0 deletions ghe-2.16/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7188,12 +7188,24 @@
"author": {
"type": "object"
},
"author.email": {
"type": "string"
},
"author.name": {
"type": "string"
},
"branch": {
"type": "string"
},
"committer": {
"type": "object"
},
"committer.email": {
"type": "string"
},
"committer.name": {
"type": "string"
},
"message": {
"required": true,
"type": "string"
Expand Down
12 changes: 12 additions & 0 deletions ghe-2.17/all.json
Original file line number Diff line number Diff line change
Expand Up @@ -7322,12 +7322,24 @@
"author": {
"type": "object"
},
"author.email": {
"type": "string"
},
"author.name": {
"type": "string"
},
"branch": {
"type": "string"
},
"committer": {
"type": "object"
},
"committer.email": {
"type": "string"
},
"committer.name": {
"type": "string"
},
"message": {
"required": true,
"type": "string"
Expand Down
6 changes: 3 additions & 3 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
},
"homepage": "https://github.com/octokit/plugin-enterprise-rest.js#readme",
"devDependencies": {
"@octokit/routes": "20.4.3",
"@octokit/routes": "20.4.4",
"coveralls": "^3.0.2",
"lodash.camelcase": "^4.3.0",
"make-dir": "^3.0.0",
Expand Down

0 comments on commit 321b2d5

Please sign in to comment.