static bool isValidRepositoryGithub(String? input) { return _isValidInput(input, _repositoryGithubRegex); }