2 references to GitHubRepo
Microsoft.DotNet.Baselines.Tasks (2)
CreateUpdatePR.cs (2)
85if (string.IsNullOrEmpty(GitHubOrg) || string.IsNullOrEmpty(GitHubRepo)) 105var creator = new PRCreator(Log, GitHubOrg, GitHubRepo, GitHubToken);