Beispiel #1
0
 /// <summary>
 /// Give your approval on a pull request. You can only approve a request on behalf of the authenticated account.
 /// This returns the participant object for the current user.
 /// </summary>
 /// <returns></returns>
 public async Task <PullRequestInfo> ApprovePullRequestAsync()
 {
     return(await _repositoriesEndPoint.ApprovePullRequestAsync(_accountName, _slug, _pullRequestId));
 }