chore: add native-release-sync + ionic-typings dispatch + CODEOWNERS + sync skills#321
Open
piyush-kukadiya wants to merge 3 commits into
Open
chore: add native-release-sync + ionic-typings dispatch + CODEOWNERS + sync skills#321piyush-kukadiya wants to merge 3 commits into
piyush-kukadiya wants to merge 3 commits into
Conversation
…+ sync skills Wires clevertap-cordova into the central wrapper-sync automation: - .github/workflows/native-release-sync.yml — dispatch to sync.yml@v1 (wrapper: cordova). - .github/workflows/update-ionic-typings.yml — dispatch to update the awesome-cordova-plugins TypeScript typings (separate reusable workflow). - .github/CODEOWNERS — review owners for the bot's auto-PRs. - .claude/skills/ — the domain skills the headless sync reads from develop (incl. ionic-native-typings). Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
|
Important Review skippedAuto reviews are disabled on base/target branches other than the default branch. Please check the settings in the CodeRabbit UI or the ⚙️ Run configurationConfiguration used: defaults Review profile: CHILL Plan: Pro Run ID: You can disable this status message by setting the Use the checkbox below for a quick retry:
✨ Finishing Touches🧪 Generate unit tests (beta)
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 |
Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
The Cordova platforms/ tree is regenerated by 'cordova platform add' on every build; tracking it means each auto-sync PR would be flooded with hundreds of regenerated files. Untrack it (it's now gitignored) so sync PRs stay clean. Co-Authored-By: Claude Opus 4.8 (1M context) <noreply@anthropic.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Wires
clevertap-cordovainto the central wrapper-sync automation. A maintainer triggersnative-release-sync, picks the target native SDK versions, and a headless run (inCleverTap/clevertap-wrapper-tooling@v1) surfaces new APIs across the JS/Android/iOS bridge, demos them in the sample apps, bumps versions, builds, and opens a review PR.Changes
.github/workflows/native-release-sync.yml— manualworkflow_dispatch→ reusablesync.yml@v1withwrapper: cordova+ the four secrets..github/workflows/update-ionic-typings.yml— separate dispatch to update theawesome-cordova-plugins(ionic-native) TypeScript typings (opens a PR into the typings fork; a human forwards it upstream)..github/CODEOWNERS— review owners for the bot's PRs..claude/skills/— the 6 Cordova domain skills the headless sync reads (incl.ionic-native-typings); the sync checks outdevelop, so they must live here.Before this can run (repo admin)
update-ionic-typings: set thetypings_repoinput to yourawesome-cordova-pluginsfork when running.🤖 Generated with Claude Code