Skip to content

Commit

Permalink
Update OpenAPI 3.0 Descriptions
Browse files Browse the repository at this point in the history
  • Loading branch information
github-openapi-bot committed Dec 20, 2024
1 parent 514289f commit a6a16d4
Show file tree
Hide file tree
Showing 16 changed files with 216 additions and 0 deletions.
15 changes: 15 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.json
Original file line number Diff line number Diff line change
Expand Up @@ -113038,6 +113038,21 @@
]
}
},
"runner_type": {
"description": "Runner type to be used.",
"nullable": true,
"type": "string",
"enum": [
"standard",
"labeled"
]
},
"runner_label": {
"description": "Runner label to be used if the runner type is labeled.",
"nullable": true,
"type": "string",
"example": "code-scanning"
},
"query_suite": {
"description": "CodeQL query suite to be used.",
"type": "string",
Expand Down
12 changes: 12 additions & 0 deletions descriptions/api.github.com/api.github.com.2022-11-28.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83116,6 +83116,18 @@ components:
- ruby
- typescript
- swift
runner_type:
description: Runner type to be used.
nullable: true
type: string
enum:
- standard
- labeled
runner_label:
description: Runner label to be used if the runner type is labeled.
nullable: true
type: string
example: code-scanning
query_suite:
description: CodeQL query suite to be used.
type: string
Expand Down
15 changes: 15 additions & 0 deletions descriptions/api.github.com/api.github.com.json
Original file line number Diff line number Diff line change
Expand Up @@ -113038,6 +113038,21 @@
]
}
},
"runner_type": {
"description": "Runner type to be used.",
"nullable": true,
"type": "string",
"enum": [
"standard",
"labeled"
]
},
"runner_label": {
"description": "Runner label to be used if the runner type is labeled.",
"nullable": true,
"type": "string",
"example": "code-scanning"
},
"query_suite": {
"description": "CodeQL query suite to be used.",
"type": "string",
Expand Down
12 changes: 12 additions & 0 deletions descriptions/api.github.com/api.github.com.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83116,6 +83116,18 @@ components:
- ruby
- typescript
- swift
runner_type:
description: Runner type to be used.
nullable: true
type: string
enum:
- standard
- labeled
runner_label:
description: Runner label to be used if the runner type is labeled.
nullable: true
type: string
example: code-scanning
query_suite:
description: CodeQL query suite to be used.
type: string
Expand Down
Loading

0 comments on commit a6a16d4

Please sign in to comment.