Ejemplo n.º 1
0
 public Task CreateOrUpdatePullRequestStatusCommentAsync(string pullRequestUrl, string message)
 {
     CheckForValidGitClient();
     return(_gitClient.CreateOrUpdatePullRequestDarcCommentAsync(pullRequestUrl, message));
 }