Conversation
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes and found 1 potential issue.
Bugbot Autofix is OFF. To automatically fix reported issues with Cloud Agents, enable Autofix in the Cursor dashboard.
| 'Build Distribution helps you securely distribute iOS builds to your internal teams and beta testers. Streamline your distribution workflow with automated uploads from CI.' | ||
| )} | ||
| </Text> | ||
| </FeatureFilter> |
There was a problem hiding this comment.
Build Distribution feature flag requirement unintentionally loosened
Medium Severity
The Build Distribution FeatureFilter was previously nested inside both organizations:preprod-issues and organizations:preprod-build-distribution feature flags, requiring both to be enabled. After this change, it's only gated by preprod-build-distribution. This means users who have preprod-build-distribution but not preprod-issues will now see the Build Distribution filter when they previously could not. This may be an unintended side effect of removing the outer Feature wrapper.
For now restrict attributes to those that a know to available at checking time: - build_configuration_name - git_head_ref - git_base_ref - git_head_sha - git_base_sha - git_head_repo_name - git_pr_number
For now restrict attributes to those that a know to available at checking time: