Skip to content

chore: remove main branch push from staging step 3 workflow#1232

Open
nickolas-dimitrakas wants to merge 1 commit intomasterfrom
chore/remove-main-branch-push
Open

chore: remove main branch push from staging step 3 workflow#1232
nickolas-dimitrakas wants to merge 1 commit intomasterfrom
chore/remove-main-branch-push

Conversation

@nickolas-dimitrakas
Copy link
Copy Markdown
Contributor

@nickolas-dimitrakas nickolas-dimitrakas commented Mar 30, 2026

Background

  • The staging step 3 workflow currently pushes release commits to both master and main, but main has diverged from main as we transition to using the main branch as the production branch.

What Has Changed

  • Removed git push origin HEAD:main from the staging step 3 synchronization workflow
  • Updated the comment to note that we will eventually migrate from master to main

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.

Reference Issue (For employees only. Ignore if you are an outside contributor)

  • NO JIRA

Remove the `git push origin HEAD:main` command from the staging
release synchronization workflow. The comment is updated to note
that we will eventually migrate from master to main.

Made-with: Cursor
@nickolas-dimitrakas nickolas-dimitrakas requested a review from a team as a code owner March 30, 2026 18:54
@cursor
Copy link
Copy Markdown

cursor bot commented Mar 30, 2026

PR Summary

Low Risk
Low risk: CI-only change that removes a redundant git push target; impact is limited to branch synchronization behavior in the release workflow.

Overview
Workflow behavior change: staging-step-3.yml no longer pushes release commits from staging to the main branch; it now only syncs to development, master, and the release-order branches.

Also updates the inline comment to reflect the planned migration from master to main.

Written by Cursor Bugbot for commit 645c54a. This will update automatically on new commits. Configure here.

@sonarqubecloud
Copy link
Copy Markdown

@rmi22186
Copy link
Copy Markdown
Member

rmi22186 commented Mar 30, 2026

Let's hold off on this once we merge v3 in to main.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants