feat/fix(fontend): Get public repos via repo URL (#8223)

Co-authored-by: Robert Brennan <accounts@rbren.io>
Co-authored-by: rohitvinodmalhotra@gmail.com <rohitvinodmalhotra@gmail.com>
This commit is contained in:
sp.wack
2025-05-10 03:45:33 +04:00
committed by GitHub
parent 5073cee7ff
commit ade059bfba
12 changed files with 304 additions and 378 deletions

View File

@@ -254,6 +254,7 @@ class GitHubService(BaseGitService, GitService):
full_name=repo.get('full_name'),
stargazers_count=repo.get('stargazers_count'),
git_provider=ProviderType.GITHUB,
is_public=True,
)
for repo in repo_items
]