Skip to content
This repository was archived by the owner on Nov 1, 2017. It is now read-only.

Commit ddef7b7

Browse files
committed
Merge pull request #882 from github/update-1445019226
2 parents 15b29ef + 996dd4e commit ddef7b7

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

content/v3/orgs/migrations.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@ Name | Type | Description
2727
--------|---------|--------------
2828
`repositories` | `array` of `strings` | **Required**. A list of arrays indicating which repositories should be migrated.
2929
`lock_repositories`|`boolean` | Indicates whether repositories should be locked (to prevent manipulation) while migrating data. Default: `false`.
30+
`exclude_attachments`|`boolean` | Indicates whether attachments should be excluded from the migration (to reduce migration archive file size). Default: `false`.
3031

3132
### Example
3233

lib/resources.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -926,6 +926,7 @@ def fetch_content(key)
926926
"guid" => "0b989ba4-242f-11e5-81e1-c7b6966d2516",
927927
"state" => "pending",
928928
"lock_repositories" => true,
929+
"exclude_attachments" => false,
929930
"url" => "https://api.github.com/orgs/octo-org/migrations/79",
930931
"created_at" => "2015-07-06T15:33:38-07:00",
931932
"updated_at" => "2015-07-06T15:33:38-07:00",

0 commit comments

Comments
 (0)