diff --git a/internal/github/repository/repository.go b/internal/github/repository/repository.go index 8ff4f2b..3057d40 100644 --- a/internal/github/repository/repository.go +++ b/internal/github/repository/repository.go @@ -54,7 +54,7 @@ func (r *Repo) TestConnection(ctx context.Context) error { func (r *Repo) ListRepositories(ctx context.Context, limit int) ([]GithubRepository, error) { if limit == 0 { - limit = 200 + limit = 2000 } var repositories []GithubRepository