Skip to content

RNN version update on Engine automation#8250

Open
markdevocht wants to merge 2 commits intomasterfrom
feat/RNN-engine-version-update-automation
Open

RNN version update on Engine automation#8250
markdevocht wants to merge 2 commits intomasterfrom
feat/RNN-engine-version-update-automation

Conversation

@markdevocht
Copy link
Contributor

Related to https://github.com/wix-private/mobile-apps-engine/pull/3192

Description

RNN version update script that runs via the following flow:

RNN side — .github/workflows/update-engine.yml:

  • Triggers on release publish (+ manual dispatch for testing)
  • Checks for wix-labeled PRs merged since the previous release
  • If found, sends a repository_dispatch to wix-private/mobile-apps-engine with the version, previous version, and PR list

Engine side — .github/workflows/update-rnn.yml:

  • Receives the rnn-version-update dispatch
  • Polls npm view react-native-navigation@ against the Wix registry every 5 minutes, up to 2 hours
  • Once available: bumps both package.json files, runs yarn install --mode update-lockfile
  • Creates a PR via peter-evans/create-pull-request (matching engine's existing pattern) on branch automated/rnn-update- with the Upgrade label

TODO:
Secret needed: ENGINE_GITHUB_TOKEN in the RNN repo with repo scope on wix-private.

@markdevocht markdevocht marked this pull request as ready for review March 15, 2026 13:01
@markdevocht markdevocht requested a review from yedidyak March 15, 2026 13:01
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant