mirror of
https://github.com/gitlabhq/gitlabhq.git
synced 2025-07-29 12:48:15 +00:00
14 lines
734 B
YAML
14 lines
734 B
YAML
- title: "The GitHub importer Rake task"
|
|
removal_milestone: "17.0"
|
|
announcement_milestone: "16.6"
|
|
breaking_change: true
|
|
reporter: wortschi
|
|
stage: Foundations
|
|
issue_url: https://gitlab.com/gitlab-org/gitlab/-/issues/428225
|
|
body: | # (required) Do not modify this line, instead modify the lines below.
|
|
In GitLab 16.6, the GitHub importer Rake task was deprecated. The Rake task lacks several features that are supported by the API and is not actively maintained.
|
|
|
|
In GitLab 17.0, the Rake task will be removed.
|
|
|
|
Instead, GitHub repositories can be imported by using the [API](https://docs.gitlab.com/api/import/#import-repository-from-github) or the [UI](https://docs.gitlab.com/user/project/import/github/).
|