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
+10Lines changed: 10 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -206,8 +206,18 @@ Set to `true` (default) to enable using the [GitHub preview API for importing is
206
206
207
207
### usePlaceholderIssuesForMissingIssues
208
208
209
+
NOTE: This setting requires `usePlaceholderIssuesForMissingMergeRequests` to be set to `false` (default).
210
+
209
211
If this is set to `true` (default) then the migration process will automatically create empty dummy issues for every 'missing' GitLab issue (if you deleted a GitLab issue for example). Those issues will be closed on Github and they ensure that the issue ids stay the same on both GitLab and Github.
210
212
213
+
### usePlaceholderIssuesForMissingMergeRequests
214
+
215
+
NOTE: GitLab has distinct numbers for issues and merge requests whereas GitHub treats pull requests as issues.
216
+
Only use this setting if your GitLab repository does not have issues or you do not intend on migrating them.
217
+
This setting therefore requires `usePlaceholderIssuesForMissingIssues` to be set to `false`.
218
+
219
+
If this is set to `true` then the migration process will automatically create empty dummy issues for every 'missing' GitLab merge request (if you deleted a GitLab merge request for example). Those issues will be closed on Github and they ensure that the issue ids stay the same on both GitLab and Github.
220
+
211
221
#### usePlaceholderMilestonesForMissingMilestones
212
222
213
223
If this is set to `true` (default) then the migration process will automatically create empty dummy milestones for every 'missing' GitLab milestone (if you deleted a GitLab milestone for example). Those milestones will be closed on Github and they ensure that the milestone ids stay the same on both GitLab and Github.
0 commit comments