Skip to content

Merge hotfix into main to ensure parity#5787

Open
lindseyburnett wants to merge 2 commits intomainfrom
lburnett/hotfix_sync
Open

Merge hotfix into main to ensure parity#5787
lindseyburnett wants to merge 2 commits intomainfrom
lburnett/hotfix_sync

Conversation

@lindseyburnett
Copy link
Collaborator

Summary

  • Merge hotfix branch into main to ensure hotfix changes are preserved
  • Prevents hotfix changes from being lost or reverted as main progresses

Details

This PR synchronizes changes from the hotfix branch to ensure that all fixes and updates deployed via hotfix are properly integrated into the main branch. Without this sync, ongoing development in main could inadvertently revert or conflict with production hotfixes.

git checkout hotfix
git pull
git checkout main
git pull
git checkout -b lburnett/hotfix_sync
git merge --no-ff hotfix

@github-actions
Copy link

github-actions bot commented Mar 3, 2026

⛏️ Workflow Run

🧹 Checkstyle

🧪 JUnit

TestsPassed ✅Skipped ⚠️Failed
JUnit Test Report1915 ran1910 passed5 skipped0 failed
Details
TestResult
No test annotations available

@lindseyburnett
Copy link
Collaborator Author

/retest

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