| 1 | import { GithubConnectionConfig } from '@sourcebot/schemas/v3/github.type'; |
| 2 | import { getGitHubReposFromConfig, OctokitRepository } from "./github.js"; |
| 3 | import { getGitLabReposFromConfig } from "./gitlab.js"; |
| 4 | import { getGiteaReposFromConfig } from "./gitea.js"; |
nothing calls this directly
no test coverage detected