You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Previously we pushed to master and main due us assuming we'd move from master to main at some point in the future. master and main in this scenario are both v2 of the web sdk. We've decided we'll make main v3, and so due to some experimentation on this branch causing the commit history to change, this step fails. It is an artifact of the past.
What Has Changed
Remove pushing to main from master.
Screenshots/Video
{Include any screenshots or video demonstrating the new feature or fix, if applicable}
Checklist
I have performed a self-review of my own code.
I have made corresponding changes to the documentation.
I have added tests that prove my fix is effective or that my feature works.
I have tested this locally.
Additional Notes
{Any additional information or context relevant to this PR}
Low Risk
Workflow-only change to which git branches receive automated pushes; no product code or deployment logic beyond branch synchronization.
Overview Staging release branch sync no longer mirrors release commits to main. After checkout of staging, the workflow still pushes HEAD to development, master, and the three release-order-* branches, but the duplicate git push origin HEAD:main is gone and the step is labeled only for master.
This aligns with treating main as v3 while master stays v2, so a forced sync to main was failing when histories diverged. No application or SDK runtime code changes—only .github/workflows/staging-step-3.yml.
Reviewed by Cursor Bugbot for commit 0b6c90e. Bugbot is set up for automated code reviews on this repo. Configure here.
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
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.
Background
Previously we pushed to master and main due us assuming we'd move from master to main at some point in the future. master and main in this scenario are both v2 of the web sdk. We've decided we'll make main v3, and so due to some experimentation on this branch causing the commit history to change, this step fails. It is an artifact of the past.
What Has Changed
Remove pushing to main from master.
Screenshots/Video
Checklist
Additional Notes