Skip to content

Commit

Permalink
Merge pull request #4404 from github/openapi-update-ebc8dca517e278b89…
Browse files Browse the repository at this point in the history
…7157a7219d425eaa2950600e28dcf9561b3cd052daf5d8e

Update OpenAPI 3.1 Descriptions
  • Loading branch information
bearcherian authored Dec 26, 2024
2 parents 514289f + aa94f3b commit 36817d8
Show file tree
Hide file tree
Showing 16 changed files with 304 additions and 0 deletions.
22 changes: 22 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -115402,6 +115402,28 @@
]
}
},
"runner_type": {
"description": "Runner type to be used.",
"type": [
"string",
"null"
],
"enum": [
"standard",
"labeled",
null
]
},
"runner_label": {
"description": "Runner label to be used if the runner type is labeled.",
"type": [
"string",
"null"
],
"examples": [
"code-scanning"
]
},
"query_suite": {
"description": "CodeQL query suite to be used.",
"type": "string",
Expand Down
16 changes: 16 additions & 0 deletions descriptions-next/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83755,6 +83755,22 @@ components:
- ruby
- typescript
- swift
runner_type:
description: Runner type to be used.
type:
- string
- 'null'
enum:
- standard
- labeled
-
runner_label:
description: Runner label to be used if the runner type is labeled.
type:
- string
- 'null'
examples:
- code-scanning
query_suite:
description: CodeQL query suite to be used.
type: string
Expand Down
22 changes: 22 additions & 0 deletions descriptions-next/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -115402,6 +115402,28 @@
]
}
},
"runner_type": {
"description": "Runner type to be used.",
"type": [
"string",
"null"
],
"enum": [
"standard",
"labeled",
null
]
},
"runner_label": {
"description": "Runner label to be used if the runner type is labeled.",
"type": [
"string",
"null"
],
"examples": [
"code-scanning"
]
},
"query_suite": {
"description": "CodeQL query suite to be used.",
"type": "string",
Expand Down
Loading

0 comments on commit 36817d8

Please sign in to comment.