Skip to content

Skip wiki creation when GitHub project has wiki enabled

Douglas Barbosa Alexandre requested to merge fix/22225 into master

What does this MR do?

When importing a repository from if the repository has wiki, we should not create the default wiki. Otherwise the GitHub importer will fail because the wiki repository already exist. This bug was introduced here https://gitlab.com/gitlab-org/gitlab-ce/commit/892dea67717c0efbd6a28f7639f34535ec0a8747

Are there points in the code the reviewer needs to double check?

No.

Why was this MR needed?

GitLab fails to import GitHub Wiki.

Screenshots (if relevant)

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Fixes #22225 (closed)

Merge request reports