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