feat(ci): add staging sync workflow with issue automation#124
feat(ci): add staging sync workflow with issue automation#124fahmidareem3 merged 7 commits intomainfrom
Conversation
chore: add crowdsplit staging sync workflow
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: aeb1812775
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
chore: rename workflow file and workflow content
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 48fed196bd
ℹ️ About Codex in GitHub
Codex has been enabled to automatically review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
When you sign up for Codex through ChatGPT, Codex can also answer questions or update the PR, like "@codex address that feedback".
Overview
This PR introduces a new GitHub Actions workflow to sync changes from the
stagingenvironment to the SDK repository via automated issue creation.The workflow listens to
repository_dispatchevents (backend-staging-pushed) and ensures that any API-level changes are surfaced for SDK updates.What’s Included
backend-sync.ymlrepository_dispatchfrom backend stagingapi-sync,backendKey Features
Robust payload validation
Smart deduplication
Readable issue formatting
Edge case handling