# TODO: Handle the different cases of default_enabled vs enabled/disabled on GitLab.com
# Finalize the migration
change=::Gitlab::Housekeeper::Change.new
change.changelog_type='removed'
change.title="Delete the `#{feature_flag.name}` feature flag"
...
...
@@ -71,7 +55,7 @@ def each_change
As part of our process we want to ensure [feature flags don't stay too long in the codebase](https://docs.gitlab.com/ee/development/feature_flags/#types-of-feature-flags).
It is likely that this MR will still need some changes to remove references to the feature flag in the code.
At the moment the `gitlab-housekeeper` is not capable of removing references but we'll be adding that functionality next.
It is the responsibility of ~"#{feature_flag.group}" to push those changes to this branch.
If they are already removing this feature flag in another merge request then they can just close this merge request.
You can also see the status of the rollout by checking #{feature_flag_rollout_issue_url(feature_flag)} and #{format(FEATURE_FLAG_LOG_ISSUES_URL,feature_flag_name: feature_flag.name)}.