Skip to content

chore: Add GitHub Actions workflow to sync main into dev#126

Merged
IonesioJunior merged 1 commit intomainfrom
feat-sync-main-to-dev
Feb 4, 2026
Merged

chore: Add GitHub Actions workflow to sync main into dev#126
IonesioJunior merged 1 commit intomainfrom
feat-sync-main-to-dev

Conversation

@IonesioJunior
Copy link
Member

Summary

This PR introduces a new GitHub Actions workflow that automatically syncs changes from the main branch into the dev branch, handling merge conflicts by creating a pull request for manual resolution.

Changes

  • Adds a workflow that triggers on pushes to main
  • Checks out the dev branch and attempts to merge main into dev
  • Pushes the merged changes if successful
  • Creates a pull request when merge conflicts occur, prompting manual resolution

Notes

This automation helps maintain synchronization between main and dev branches, reducing manual effort and ensuring consistency.

@IonesioJunior IonesioJunior merged commit ac1e644 into main Feb 4, 2026
10 checks passed
@IonesioJunior IonesioJunior deleted the feat-sync-main-to-dev branch February 4, 2026 18:05
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