mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 13:45:12 +00:00
Finalized integration testing for review comments
This commit is contained in:
@@ -5,6 +5,11 @@ namespace Octokit.Reactive
|
||||
{
|
||||
public interface IObservablePullRequestsClient
|
||||
{
|
||||
/// <summary>
|
||||
/// Client for managing comments.
|
||||
/// </summary>
|
||||
IObservablePullRequestReviewCommentsClient Comment { get; }
|
||||
|
||||
/// <summary>
|
||||
/// Gets a single Pull Request by number.
|
||||
/// </summary>
|
||||
|
||||
Reference in New Issue
Block a user