mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-07 12:26:18 +00:00
Make Repository Id a long, it's going to grow...
This commit is contained in:
@@ -31,6 +31,6 @@ namespace Octokit.Reactive
|
||||
/// <param name="repositoryId">The Id of the repository</param>
|
||||
/// <param name="merge">The merge to create</param>
|
||||
/// <returns></returns>
|
||||
IObservable<Merge> Create(int repositoryId, NewMerge merge);
|
||||
IObservable<Merge> Create(long repositoryId, NewMerge merge);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user