diff options
author | Bear Cherian <bearcherian@github.com> | 2024-12-26 11:11:13 -0600 |
---|---|---|
committer | GitHub <noreply@github.com> | 2024-12-26 11:11:13 -0600 |
commit | 8031023b31a852778532c5fa688b8bb6bcbab9d6 (patch) | |
tree | b7a9f9612f8a2ffd2939000859e01a2f6baa0c0b /descriptions/api.github.com/api.github.com.2022-11-28.yaml | |
parent | 36817d8f30cb2813e661e74c00fb4c8376f8f571 (diff) | |
parent | a6a16d47e3d324365913e62e72304063d5ca359e (diff) | |
download | rest-api-description-8031023b31a852778532c5fa688b8bb6bcbab9d6.tar.gz rest-api-description-8031023b31a852778532c5fa688b8bb6bcbab9d6.zip |
Merge pull request #4403 from github/openapi-update-bcea8d164c21434d193d326ee1e535ef53267d57297a1806d90147b6dd967639
Update OpenAPI 3.0 Descriptions
Diffstat (limited to 'descriptions/api.github.com/api.github.com.2022-11-28.yaml')
-rw-r--r-- | descriptions/api.github.com/api.github.com.2022-11-28.yaml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/descriptions/api.github.com/api.github.com.2022-11-28.yaml b/descriptions/api.github.com/api.github.com.2022-11-28.yaml index 1724d88ad..08af6e12a 100644 --- a/descriptions/api.github.com/api.github.com.2022-11-28.yaml +++ b/descriptions/api.github.com/api.github.com.2022-11-28.yaml @@ -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 |