Skip to content

Commit

Permalink
style: run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
wolfy1339 committed Apr 28, 2023
1 parent a257e7f commit cc552d7
Showing 1 changed file with 27 additions and 31 deletions.
58 changes: 27 additions & 31 deletions scripts/overrides/pulls-request-reviewers.deref.json
Original file line number Diff line number Diff line change
Expand Up @@ -41,38 +41,34 @@
"content": {
"application/json": {
"schema": {
"oneOf": [
{
"type": "object",
"required": [
"reviewers"
],
"properties": {
"reviewers": {
"type": "array",
"description": "An array of user `login`s that will be requested.",
"items": {
"type": "string"
}
}
}
},
{
"type": "object",
"required": [
"team_reviewers"
],
"properties": {
"team_reviewers": {
"type": "array",
"description": "An array of team `slug`s that will be requested.",
"items": {
"type": "string"
}
}
}
"oneOf": [
{
"type": "object",
"required": ["reviewers"],
"properties": {
"reviewers": {
"type": "array",
"description": "An array of user `login`s that will be requested.",
"items": {
"type": "string"
}
}
]
}
},
{
"type": "object",
"required": ["team_reviewers"],
"properties": {
"team_reviewers": {
"type": "array",
"description": "An array of team `slug`s that will be requested.",
"items": {
"type": "string"
}
}
}
}
]
},
"examples": {
"default": {
Expand Down

0 comments on commit cc552d7

Please sign in to comment.