Skip to content

Revert changes to github import stages

Carla Drago requested to merge 436320-revert-stage-change into master

What does this MR do and why?

We are no longer implementing mappings for username mentions as the User Contribution Mapping Epic means we will handle @mentions differently (see: !146612 (comment 1803824699))

Consequently, we no longer need to import collaborators before merge requests or issues in the github importer.

The changes here revert changes in this merge commit: ee7b93f6, which moved collaborators import to an earlier stage if a feature flag was turned on.

The feature flag has never been turned on in production, so removing it here will have no impact.

MR acceptance checklist

Please evaluate this MR against the MR acceptance checklist. It helps you analyze changes to reduce risks in quality, performance, reliability, security, and maintainability.

Related to #436320 (closed)

Merge request reports