Files
gitlabhq/data/deprecations/16-6-github-rake-task.yml
2025-02-17 18:07:13 +00:00

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/).