Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commit996dd4e

Browse files
author
Hubot
committed
Sync changes from upstream repository
1 parent15b29ef commit996dd4e

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)

[8]ページ先頭

©2009-2025 Movatter.jp