feat: sync feature branch versions with dev after bumps (#250) #285

Merged
jmiller merged 1 commits from feature/250-sync-feature-branch-versions into main 2026-06-21 01:40:00 +00:00
Owner

Summary

Adds sync-feature-versions.yml workflow that automatically merges dev into all open feature branches when dev gets a version bump (chore(version) commit).

Trigger: push to dev with version bump commit, or manual workflow_dispatch

Branches synced: feature/*, fix/*, patch/*, hotfix/*, bugfix/*, chore/*

Conflict handling: branches with merge conflicts are skipped with a ::warning:: annotation — manual rebase needed.

Test plan

  • Trigger manually via workflow_dispatch
  • Verify it finds and merges dev into feature branches
  • Verify branches already up-to-date are skipped
  • Verify merge conflicts don't fail the workflow

Closes #250

## Summary Adds `sync-feature-versions.yml` workflow that automatically merges `dev` into all open feature branches when dev gets a version bump (`chore(version)` commit). **Trigger**: push to `dev` with version bump commit, or manual `workflow_dispatch` **Branches synced**: `feature/*`, `fix/*`, `patch/*`, `hotfix/*`, `bugfix/*`, `chore/*` **Conflict handling**: branches with merge conflicts are skipped with a `::warning::` annotation — manual rebase needed. ## Test plan - [ ] Trigger manually via workflow_dispatch - [ ] Verify it finds and merges dev into feature branches - [ ] Verify branches already up-to-date are skipped - [ ] Verify merge conflicts don't fail the workflow Closes #250
jmiller added 1 commit 2026-06-21 01:39:49 +00:00
feat: sync feature branch versions with dev after bumps (#250)
Platform: mokoplatform CI / Gate 2: Unit Tests (8.1) (pull_request) Blocked by required conditions
Platform: mokoplatform CI / Gate 2: Unit Tests (8.2) (pull_request) Blocked by required conditions
Platform: mokoplatform CI / Gate 2: Unit Tests (8.3) (pull_request) Blocked by required conditions
Platform: mokoplatform CI / Gate 3: Self-Health Check (pull_request) Blocked by required conditions
Platform: mokoplatform CI / Gate 4: Governance (pull_request) Blocked by required conditions
Platform: mokoplatform CI / Gate 5: Template Integrity (pull_request) Blocked by required conditions
Platform: mokoplatform CI / CI Summary (pull_request) Blocked by required conditions
Universal: PR Check / Build RC Package (pull_request) Blocked by required conditions
Universal: PR Check / Report Issues (pull_request) Blocked by required conditions
Generic: Repo Health / Scripts governance (pull_request) Blocked by required conditions
Generic: Repo Health / Repository health (pull_request) Blocked by required conditions
Generic: Repo Health / Report Issues (pull_request) Blocked by required conditions
Universal: PR Check / Branch Policy (pull_request) Failing after 1s
Generic: Repo Health / Site Health (pull_request) Has been skipped
Generic: Repo Health / Access control (pull_request) Successful in 2s
Universal: PR Check / Validate PR (pull_request) Failing after 6s
Universal: PR Check / Secret Scan (pull_request) Successful in 6s
Universal: Auto Version Bump / Version Bump (push) Successful in 11s
Universal: Build & Release / Promote to RC (pull_request) Has been skipped
Branch Cleanup / Delete merged branch (pull_request) Successful in 2s
RC Revert / Rename rc/ back to dev/ (pull_request) Has been skipped
Universal: Build & Release / Build & Release Pipeline (pull_request) Successful in 18s
Platform: mokoplatform CI / Gate 1: Code Quality (pull_request) Failing after 1m20s
Universal: Workflow Sync Trigger / Sync workflows to live repos (pull_request) Failing after 2m10s
c461cc5520
Add workflow that merges dev into all open feature/fix/patch/hotfix/bugfix/chore
branches when dev gets a version bump commit. Branches with merge conflicts are
skipped with a warning. Can also be triggered manually via workflow_dispatch.
jmiller force-pushed feature/250-sync-feature-branch-versions from a6dfc15076 to c461cc5520 2026-06-21 01:39:49 +00:00 Compare
jmiller merged commit bd97b6f79c into main 2026-06-21 01:40:00 +00:00
jmiller deleted branch feature/250-sync-feature-branch-versions 2026-06-21 01:40:00 +00:00
Sign in to join this conversation.
No Reviewers
No labels
Priority -
Type -
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: MokoConsulting/MokoCLI#285