pub async fn resolve_all_repos(
explicit: Vec<PathBuf>,
github_config: Option<&GitHubConfig>,
) -> Vec<PathBuf>Expand description
Resolve all repos from GitHub sources + explicit list.
Returns a deduplicated list of repo paths. All GitHub errors are non-fatal.