Skip to content

Commit 506ce74

Browse files
authored
build: cache update (#14)
1 parent cd7e79d commit 506ce74

File tree

2 files changed

+11
-3
lines changed

2 files changed

+11
-3
lines changed

cache/openapi-schema.json

Lines changed: 10 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
{
22
"openapi": "3.0.3",
33
"info": {
4-
"version": "1.0.3",
4+
"version": "1.0.5",
55
"title": "GitHub's official OpenAPI spec + Octokit extension",
66
"description": "OpenAPI specs from https://github.com/github/rest-api-description with the 'x-octokit' extension required by the Octokit SDKs",
77
"license": { "name": "MIT", "url": "https://spdx.org/licenses/MIT" },
@@ -15200,7 +15200,15 @@
1520015200
"category": "repos",
1520115201
"subcategory": "branches"
1520215202
},
15203-
"x-octokit": {}
15203+
"x-octokit": {
15204+
"changes": [
15205+
{
15206+
"type": "OPERATION",
15207+
"date": "2020-09-17",
15208+
"before": { "operationId": "repos/update-status-check-potection" }
15209+
}
15210+
]
15211+
}
1520415212
},
1520515213
"delete": {
1520615214
"summary": "Remove status check protection",

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,6 @@
2222
"branches": "main"
2323
},
2424
"octokit": {
25-
"openapi-version": "1.0.3"
25+
"openapi-version": "1.0.5"
2626
}
2727
}

0 commit comments

Comments
 (0)