Skip to content

feat(verification): invoke the Android Main Gate from Actions - #228

Merged
TheDarkSkyXD merged 2 commits into
mainfrom
cursor/r03-main-gate-0c8f
Sep 14, 2026
Merged

TheDarkSkyXD merged 2 commits into
mainfrom
cursor/r03-main-gate-0c8f

Conversation

@TheDarkSkyXD

@TheDarkSkyXD TheDarkSkyXD commented Sep 14, 2026

Copy link
Copy Markdown
Owner

Adds a scheduled/manual GitHub Actions workflow that evaluates the Android Main Gate the same way Change, Candidate, and Public Release already run.

This does not close #177. The workflow records missing emulator and physical slots as absent or failed evidence. It does not add those runners.

Also includes the mobile Expo config fix: expo-network stays a dependency for autolinking, but it is no longer listed in app.json plugins. That package has no app.plugin.js, so Expo loaded build/Network.js and Node 22 failed type-stripping under node_modules. That broke Verify mobile (expo export) and Verify desktop (Change Gate android-native-config).

Open in Web Open in Cursor 

Change, Candidate, and Public Release already have workflows. Main Gate
stayed local-only. Add a dispatch/schedule workflow that evaluates
`--gate main` on ubuntu-latest without hosting KVM or an emulator, then
fail-closes on a failed verdict.
@coderabbitai

coderabbitai Bot commented Sep 14, 2026

Copy link
Copy Markdown

Important

  • 🔍 Trigger review

This repository does not receive automatic reviews because it has fewer than 10 stars.

⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Advanced

Run ID: ac4df654-35a0-499d-aa68-31e23cd4f959


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.

❤️ Share

Comment @coderabbitai help to get the list of available commands.

@TheDarkSkyXD
TheDarkSkyXD marked this pull request as ready for review September 14, 2026 05:02
Listing expo-network in app.json plugins makes expo config and export load
build/Network.js, which Node 22 cannot type-strip under node_modules.
Keep the dependency for autolinking; permissions come from the native module.
@TheDarkSkyXD
TheDarkSkyXD merged commit aa0e52a into main Sep 14, 2026
10 checks passed
@TheDarkSkyXD
TheDarkSkyXD deleted the cursor/r03-main-gate-0c8f branch September 14, 2026 11:50
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

R03: Automate the four Android verification gates

2 participants