Skip to content

Commit 9375f78

Browse files
feat(api): add RUNNER_SIDE_AGENT to RunnerCapability type
1 parent 9b6bbd6 commit 9375f78

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.stats.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
configured_endpoints: 175
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-647a751fe24c378b5e6b20c15a5c779816228f8bae7c3908086747670740d436.yml
3-
openapi_spec_hash: 22107d4d4f497dd47eb6383657dfc4ba
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-8d8770b1ff17fc5fde74134b1075b82730df35293b6da9d9352c82b1318a5fcd.yml
3+
openapi_spec_hash: 6f9ca02497d5d958fd26e108ddfcb30b
44
config_hash: 120c7d12a3f057e636ca5d9fb9eeb205

src/gitpod/types/runner_capability.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,5 @@
1515
"RUNNER_CAPABILITY_PREBUILDS_BEFORE_SNAPSHOT_TRIGGER",
1616
"RUNNER_CAPABILITY_LIST_SCM_ORGANIZATIONS",
1717
"RUNNER_CAPABILITY_CHECK_REPOSITORY_ACCESS",
18+
"RUNNER_CAPABILITY_RUNNER_SIDE_AGENT",
1819
]

0 commit comments

Comments
 (0)