Skip to content

Add workflow to sync dev branch with next without submodules#24

Merged
jmborr merged 1 commit intonextfrom
dev_branch
Aug 4, 2025
Merged

Add workflow to sync dev branch with next without submodules#24
jmborr merged 1 commit intonextfrom
dev_branch

Conversation

@jmborr
Copy link
Member

@jmborr jmborr commented Aug 4, 2025

Description of the changes

This PR adds a GitHub Actions workflow to automatically synchronize the dev branch with the next branch while excluding submodules. The workflow ensures that the dev branch remains a clean deployment-ready version of next without test data dependencies.

  • Automated sync triggered on pushes to the next branch
  • Removes .gitmodules and test data submodules from the synced branch
  • Uses force push to maintain branch consistency

Check all that apply:

  • updated documentation
  • Source added/refactored
  • Added unit tests
  • Added integration tests
  • Verified that tests requiring the /SNS and /HFIR filesystems pass without fail

References:

  • Links to IBM EWM items

Check list for the reviewer

  • best software practices
    • clearly named variables (better to be verbose in variable names)
    • code comments explaining the intent of code blocks
  • All the tests are passing
  • The documentation is up to date
  • code comments added when explaining intent

Signed-off-by: Jose Borreguero <borreguero@gmail.com>
@jmborr jmborr requested a review from Copilot August 4, 2025 20:06
@jmborr jmborr self-assigned this Aug 4, 2025
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR adds a GitHub Actions workflow to automatically synchronize the dev branch with the next branch while excluding submodules. The workflow ensures that the dev branch remains a clean deployment-ready version of next without test data dependencies.

  • Automated sync triggered on pushes to the next branch
  • Removes .gitmodules and test data submodules from the synced branch
  • Uses force push to maintain branch consistency

@codecov
Copy link

codecov bot commented Aug 4, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 58.62%. Comparing base (390cd9e) to head (30d97a3).
⚠️ Report is 1 commits behind head on next.

Additional details and impacted files
@@           Coverage Diff           @@
##             next      #24   +/-   ##
=======================================
  Coverage   58.62%   58.62%           
=======================================
  Files           5        5           
  Lines         800      800           
=======================================
  Hits          469      469           
  Misses        331      331           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@jmborr jmborr merged commit 227ddd0 into next Aug 4, 2025
6 checks passed
@jmborr jmborr deleted the dev_branch branch August 4, 2025 20:16
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.

1 participant