Skip to content

Commit

Permalink
build: cache update (#14)
Browse files Browse the repository at this point in the history
  • Loading branch information
octokitbot authored Dec 1, 2020
1 parent cd7e79d commit 506ce74
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 3 deletions.
12 changes: 10 additions & 2 deletions cache/openapi-schema.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"openapi": "3.0.3",
"info": {
"version": "1.0.3",
"version": "1.0.5",
"title": "GitHub's official OpenAPI spec + Octokit extension",
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
Expand Down Expand Up @@ -15200,7 +15200,15 @@
"category": "repos",
"subcategory": "branches"
},
"x-octokit": {}
"x-octokit": {
"changes": [
{
"type": "OPERATION",
"date": "2020-09-17",
"before": { "operationId": "repos/update-status-check-potection" }
}
]
}
},
"delete": {
"summary": "Remove status check protection",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,6 @@
"branches": "main"
},
"octokit": {
"openapi-version": "1.0.3"
"openapi-version": "1.0.5"
}
}

0 comments on commit 506ce74

Please sign in to comment.