You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+16Lines changed: 16 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,22 @@ IAM User who owns these credential must have [write permissions](https://docs.aw
88
88
89
89
Existing bucket, with an appropriate security policy. One possible policy is to allow [public access](https://docs.aws.amazon.com/AmazonS3/latest/dev/WebsiteAccessPermissionsReqd.html).
90
90
91
+
#### transfer.milestones
92
+
93
+
If this is set to true (default) then the migration process will transfer milestones.
94
+
95
+
#### transfer.labels
96
+
97
+
If this is set to true (default) then the migration process will transfer labels.
98
+
99
+
#### transfer.issues
100
+
101
+
If this is set to true (default) then the migration process will transfer issues.
102
+
103
+
#### transfer.mergeRequests
104
+
105
+
If this is set to true (default) then the migration process will transfer merge requests.
106
+
91
107
#### debug
92
108
93
109
As default it is set to false. Doesn't fire the requests to github api and only does the work on the gitlab side to test for wonky cases before using up api-calls
0 commit comments