예제 #1
0
 public Task <string> CreatePullRequestCommentAsync(string pullRequestUrl, string message)
 {
     CheckForValidGitClient();
     return(_gitClient.CreatePullRequestCommentAsync(pullRequestUrl, message));
 }