Skip to content

Commit 36817d8

Browse files
authored
Merge pull request #4404 from github/openapi-update-ebc8dca517e278b897157a7219d425eaa2950600e28dcf9561b3cd052daf5d8e
Update OpenAPI 3.1 Descriptions
2 parents 514289f + aa94f3b commit 36817d8

16 files changed

+304
-0
lines changed

descriptions-next/api.github.com/api.github.com.2022-11-28.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115402,6 +115402,28 @@
115402115402
]
115403115403
}
115404115404
},
115405+
"runner_type": {
115406+
"description": "Runner type to be used.",
115407+
"type": [
115408+
"string",
115409+
"null"
115410+
],
115411+
"enum": [
115412+
"standard",
115413+
"labeled",
115414+
null
115415+
]
115416+
},
115417+
"runner_label": {
115418+
"description": "Runner label to be used if the runner type is labeled.",
115419+
"type": [
115420+
"string",
115421+
"null"
115422+
],
115423+
"examples": [
115424+
"code-scanning"
115425+
]
115426+
},
115405115427
"query_suite": {
115406115428
"description": "CodeQL query suite to be used.",
115407115429
"type": "string",

descriptions-next/api.github.com/api.github.com.2022-11-28.yaml

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83755,6 +83755,22 @@ components:
8375583755
- ruby
8375683756
- typescript
8375783757
- swift
83758+
runner_type:
83759+
description: Runner type to be used.
83760+
type:
83761+
- string
83762+
- 'null'
83763+
enum:
83764+
- standard
83765+
- labeled
83766+
-
83767+
runner_label:
83768+
description: Runner label to be used if the runner type is labeled.
83769+
type:
83770+
- string
83771+
- 'null'
83772+
examples:
83773+
- code-scanning
8375883774
query_suite:
8375983775
description: CodeQL query suite to be used.
8376083776
type: string

descriptions-next/api.github.com/api.github.com.json

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115402,6 +115402,28 @@
115402115402
]
115403115403
}
115404115404
},
115405+
"runner_type": {
115406+
"description": "Runner type to be used.",
115407+
"type": [
115408+
"string",
115409+
"null"
115410+
],
115411+
"enum": [
115412+
"standard",
115413+
"labeled",
115414+
null
115415+
]
115416+
},
115417+
"runner_label": {
115418+
"description": "Runner label to be used if the runner type is labeled.",
115419+
"type": [
115420+
"string",
115421+
"null"
115422+
],
115423+
"examples": [
115424+
"code-scanning"
115425+
]
115426+
},
115405115427
"query_suite": {
115406115428
"description": "CodeQL query suite to be used.",
115407115429
"type": "string",

0 commit comments

Comments
 (0)