1 instantiation of PullRequestCreator
Microsoft.DotNet.VersionTools.Tasks (1)
SubmitPullRequest.cs (1)
119var prCreator = new PullRequestCreator(client.Auth, PullRequestAuthor);
2 references to PullRequestCreator
Microsoft.DotNet.VersionTools.Tasks (2)
SubmitPullRequest.cs (2)
109body += PullRequestCreator.NotificationString(NotifyGitHubUsers.Select(item => item.ItemSpec)); 119var prCreator = new PullRequestCreator(client.Auth, PullRequestAuthor);