pub fn split_repo(s: &str) -> Option<(String, String)>
Parse “owner/repo” or “github.com/owner/repo” into (owner, repo).