First alpha of Store 6 - #764
matt-ramotar merged 1 commit into
Conversation
55b4c83 to
ba6a807
Compare
|
|
||
| concurrency: | ||
| group: store6-${{ github.workflow }}-${{ github.ref }}-${{ (github.event.action == 'labeled' || github.event.action == 'unlabeled') && 'docs-sync-guard' || 'validation' }} | ||
| cancel-in-progress: true |
There was a problem hiding this comment.
Label events rerun the full matrix
Medium Severity
labeled and unlabeled are isolated into a separate concurrency group so they do not cancel in-progress validation, but linux-build-test and the other matrix jobs have no skip condition. Adding docs-sync-ack therefore starts a second full Store6 matrix while the original run keeps going.
Additional Locations (1)
Reviewed by Cursor Bugbot for commit ba6a807. Configure here.
Brings the Store 6 line onto the store6 branch as one commit: 41 Gradle projects under org.mobilenativefoundation.store6.*, the stability policy, roadmap, and release procedure, the user guides under docs/store6, and the workflows that gate publication on the complete Store6 matrix and one forced execution of the full mutations suite. The tree is 7b190c14 without its internal design notes and implementation plans; the development history remains there. No version bump, tag, or publication: VERSION_NAME stays 6.0.0-SNAPSHOT and the changelog's alpha01 section is dated at release time. main and the Store 5 line are untouched. Co-Authored-By: Claude Fable 5.1 <noreply@anthropic.com> Signed-off-by: Matt Ramotar <matt.ramotar@icloud.com>
ba6a807 to
4502465
Compare
There was a problem hiding this comment.
Cursor Bugbot has reviewed your changes using default effort and found 1 potential issue.
There are 2 total unresolved issues (including 1 from previous review).
❌ Bugbot Autofix is OFF. To automatically fix reported issues with cloud agents, enable autofix in the Cursor dashboard.
Reviewed by Cursor Bugbot for commit 4502465. Configure here.
|
|
||
| on: | ||
| schedule: | ||
| - cron: '17 5 * * *' |
There was a problem hiding this comment.
Scheduled suite never runs off default
Medium Severity
The full mutations suite is scheduled with a cron trigger, but GitHub only fires on.schedule from the repository default branch. This tree lands on store6 and leaves main untouched, so the daily hosted run described in the workflow comments and PR will never start on MobileNativeFoundation/Store. The tag publication gate still forces the suite through workflow_call; the unattended health check does not.
Reviewed by Cursor Bugbot for commit 4502465. Configure here.
582edfe
into
MobileNativeFoundation:store6


This is too large to review. Merging into the store6 branch as alpha01 for the first preview. WIP docs: https://store.mattramotar.dev/