mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-10 07:18:10 -05:00
Add public vs private info for repo list (#7937)
This commit is contained in:
@@ -225,6 +225,7 @@ class GitLabService(GitService):
|
||||
full_name=repo.get('path_with_namespace'),
|
||||
stargazers_count=repo.get('star_count'),
|
||||
git_provider=ProviderType.GITLAB,
|
||||
is_public = repo.get('visibility') == 'public'
|
||||
)
|
||||
for repo in all_repos
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user