Skip to content

Commit 4a87ef2

Browse files
feat(runner): add capability check for ListSCMOrganizations
1 parent 153d9ba commit 4a87ef2

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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: 170
2-
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-23f7678921f123913793223b36eb15c9f483ec734e49f2ba25f771dba409e781.yml
3-
openapi_spec_hash: cad5d5f46f759aea198ce46ba9c16aeb
2+
openapi_spec_url: https://storage.googleapis.com/stainless-sdk-openapi-specs/gitpod%2Fgitpod-f7bb80f4a382bf0cb03a48cd955c2f342cd4686874cb9f7b9ad93f92e2d18cd3.yml
3+
openapi_spec_hash: 2557264a73db1a756fc118125e0df2a9
44
config_hash: d726afb2a92132197e4eae04303e8041

src/gitpod/types/runner_capability.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -13,4 +13,6 @@
1313
"RUNNER_CAPABILITY_DEFAULT_DEV_CONTAINER_IMAGE",
1414
"RUNNER_CAPABILITY_ENVIRONMENT_SNAPSHOT",
1515
"RUNNER_CAPABILITY_PREBUILDS_BEFORE_SNAPSHOT_TRIGGER",
16+
"RUNNER_CAPABILITY_LIST_SCM_ORGANIZATIONS",
17+
"RUNNER_CAPABILITY_CHECK_REPOSITORY_ACCESS",
1618
]

0 commit comments

Comments
 (0)