Beispiel #1
0
 private Task UpdateStatusCommentAsync(IRemote darc, string prUrl, string message)
 {
     return(darc.CreateOrUpdatePullRequestStatusCommentAsync(prUrl, message));
 }