Public Access
feat: sync feature branch versions with dev after bumps (#250) #285
Reference in New Issue
Block a user
Delete Branch "feature/250-sync-feature-branch-versions"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Summary
Adds
sync-feature-versions.ymlworkflow that automatically mergesdevinto all open feature branches when dev gets a version bump (chore(version)commit).Trigger: push to
devwith version bump commit, or manualworkflow_dispatchBranches synced:
feature/*,fix/*,patch/*,hotfix/*,bugfix/*,chore/*Conflict handling: branches with merge conflicts are skipped with a
::warning::annotation — manual rebase needed.Test plan
Closes #250
a6dfc15076toc461cc5520