mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-08 12:42:32 +00:00
Make Repository Id a long, it's going to grow...
This commit is contained in:
@@ -807,7 +807,7 @@ public class PullRequestReviewCommentsClientTests : IDisposable
|
||||
return createdComment;
|
||||
}
|
||||
|
||||
async Task<PullRequestReviewComment> CreateComment(string body, int position, int repositoryId, string pullRequestCommitId, int pullRequestNumber)
|
||||
async Task<PullRequestReviewComment> CreateComment(string body, int position, long repositoryId, string pullRequestCommitId, int pullRequestNumber)
|
||||
{
|
||||
var comment = new PullRequestReviewCommentCreate(body, pullRequestCommitId, path, position);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user