Enterprise sso (#10008)

Co-authored-by: openhands <openhands@all-hands.dev>
Co-authored-by: Rohit Malhotra <rohitvinodmalhotra@gmail.com>
This commit is contained in:
chuckbutkus
2025-08-04 17:50:59 -04:00
committed by GitHub
parent 0e2f2f4173
commit 97bfa96a15
18 changed files with 203 additions and 62 deletions

View File

@@ -18,6 +18,7 @@ class ProviderType(Enum):
GITHUB = 'github'
GITLAB = 'gitlab'
BITBUCKET = 'bitbucket'
ENTERPRISE_SSO = 'enterprise_sso'
class TaskType(str, Enum):