Fix iOS native change detection - #1975
Conversation
Keep TestFlight binary releases aligned with Expo prebuild and autolinking inputs instead of treating dependency and module metadata changes as OTA-only. Closes #1765
|
Bugbot is not enabled for your account, so this pull request was not reviewed. Enable Bugbot in the Cursor dashboard to get automatic reviews on future PRs. |
|
🤖 Review skipped: Repository rate limit exceeded. Free accounts are limited to 2 reviews per 4 hours per repository. Upgrade to a paid plan for unlimited reviews. |
|
🧙 Sourcery has finished reviewing your pull request! Tips and commandsInteracting with Sourcery
Customizing Your ExperienceAccess your dashboard to:
Getting Help
|
|
Warning Review limit reached
Next review available in: 12 minutes Enable usage-based reviews in Billing to review now. Otherwise, wait until the next included review is available. How can I continue?After more reviews become available, a review can be triggered using the To avoid repeated limits, reduce automatic review volume by pausing incremental auto-reviews earlier, using label-based review opt-in, excluding WIP or generated PR titles, or requesting reviews manually when the PR is ready. If your team needs uninterrupted high-volume reviews, an organization admin can enable usage-based reviews. How do review limits work?CodeRabbit enforces per-developer PR review limits for each organization. Most developers receive the normal plan review availability. For paid Pro and Pro+ PR reviews, CodeRabbit uses adaptive limits for sustained high-volume activity. When a developer's recent PR review activity reaches the 95th percentile or higher among CodeRabbit users, additional reviews become available more gradually as earlier reviews age out of the rolling window. Please refer docs for additional details. Review details⚙️ Run configurationConfiguration used: Path: .coderabbit.yaml Review profile: ASSERTIVE Plan: Pro Plus Run ID: 📒 Files selected for processing (3)
Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out. Comment |
PR Summary by QodoFix iOS deploy native-input change detection
AI Description
Diagram
High-Level Assessment
Files changed (3)
|
Code Review by Qodo
Context used✅ Compliance rules (platform):
154 rules✅ Skills:
fix-provider, write-tests, cloudflare 1.
|
Summary
Root cause
The TestFlight workflow embedded an incomplete untested regex that omitted the mobile dependency manifest, root lockfile, actual
app.config.js, config plugins, and Expo module metadata.Validation
pnpm lintpnpm tsc --noEmitcd packages/server && pnpm tsc --noEmitcd packages/web && pnpm tsc --noEmitpnpm exec vitest run scripts/mobile-deploy-workflows.test.ts --project unit(41 passed)pnpm test(13,648 passed, 21 skipped)Fixes #1765
Summary by Sourcery
Tighten iOS deploy classification so native build inputs always trigger a TestFlight binary while JS/TS-only changes remain OTA-eligible, and record the incident and mitigation.
Bug Fixes:
Enhancements:
Documentation:
Summary by cubic
Fix the iOS deploy classifier to catch all native build inputs and trigger TestFlight when required, while keeping JS/TS-only changes OTA. Aligns detection with Expo prebuild/autolinking and addresses #1765.
IOS_NATIVE_INPUT_PATTERNtodeploy-ios.ymland use it in detection; coverspnpm-lock.yaml,packages/mobile/package.json,app.json,app.config.*,plugins/,build/,targets/,native/, andmodules/*/(expo-module.config.json|ios/).production-incident-baseline.md.Written for commit 58360b7. Summary will update on new commits.