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