mirror of
https://github.com/zoriya/octokit.net.git
synced 2026-06-05 03:30:34 +00:00
Reflect changes made to clients in tests.
This commit is contained in:
@@ -26,12 +26,12 @@ namespace Octokit
|
||||
this(repositories, false, false)
|
||||
{ }
|
||||
|
||||
public StartMigrationRequest(
|
||||
IReadOnlyList<string> repositories,
|
||||
bool lockRepositories) :
|
||||
this(repositories, lockRepositories, false)
|
||||
{ }
|
||||
|
||||
/// <summary>
|
||||
/// Instantiate a new Migration Request object.
|
||||
/// </summary>
|
||||
/// <param name="repositories">List of repositories in {owner}/{repo} format.</param>
|
||||
/// <param name="lockRepositories">To lock the repos or not.</param>
|
||||
/// <param name="excludeAttachments">To exclude the attachments or not.</param>
|
||||
public StartMigrationRequest(
|
||||
IReadOnlyList<string> repositories,
|
||||
bool lockRepositories,
|
||||
|
||||
Reference in New Issue
Block a user