mirror of
https://github.com/zoriya/octokit.net.git
synced 2025-12-19 21:55:12 +00:00
bugfix for PR commits having different shape to regular commits
This commit is contained in:
@@ -89,7 +89,7 @@ namespace Octokit.Reactive
|
||||
/// <param name="owner">The owner of the repository</param>
|
||||
/// <param name="name">The name of the repository</param>
|
||||
/// <param name="number">The pull request number</param>
|
||||
/// <returns>A collection of <see cref="Commit"/> results</returns>
|
||||
IObservable<Commit> Commits(string owner, string name, int number);
|
||||
/// <returns>A collection of <see cref="PullRequestCommit"/> results</returns>
|
||||
IObservable<PullRequestCommit> Commits(string owner, string name, int number);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user