@@ -163,11 +163,7 @@ def register_temporary_features(manager: FeatureManager) -> None:
163163 manager .add ("organizations:integrations-slack-staging" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
164164 manager .add ("organizations:scm-source-context" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
165165 # API-driven integration setup pipeline (per-provider rollout)
166- manager .add ("organizations:integration-api-pipeline-github" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
167- manager .add ("organizations:integration-api-pipeline-gitlab" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
168- manager .add ("organizations:integration-api-pipeline-slack" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
169- manager .add ("organizations:integration-api-pipeline-bitbucket" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
170- manager .add ("organizations:integration-api-pipeline-aws-lambda" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
166+ # ...
171167 # Project Management Integrations Feature Parity Flags
172168 manager .add ("organizations:integrations-github_enterprise-project-management" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
173169 manager .add ("organizations:integrations-gitlab-project-management" , OrganizationFeature , FeatureHandlerStrategy .FLAGPOLE , api_expose = True )
0 commit comments