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