chore: migrate to GitHub Flow (main only) - #198
Merged
Conversation
Destynova2
enabled auto-merge (squash)
April 14, 2026 19:18
The develop+main model added friction without proportional value: - 5 workflows just for the release chain - sync-main conflicts on every release - 79 commits drift between develop and main - 27 orphan branches from sync/release/absorb GitHub Flow (main only) eliminates: - sync-main.yml (deleted) - absorb job (no longer needed) - develop branch (will be deleted after merge) - All sync-main-v* and absorb-main-* branches - CHANGELOG.md conflicts between develop and main What changes: - release-plz now targets main instead of develop - CI triggers on main push/PR instead of develop - Feature branches → PR → main (direct) - release-plz PR → auto-merge → tag → release pipeline - cleanup-branches protects main only - nightly runs on main - CLAUDE.md branching model updated
Destynova2
force-pushed
the
chore/github-flow-migration
branch
from
April 14, 2026 19:49
afa64e4 to
8f7d051
Compare
Merged
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Migrate from Git Flow (develop+main) to GitHub Flow (main only).
Deleted:
sync-main.yml— no longer needed, no develop→main syncdevelopin 8 workflow filesModified:
release-plz.yml→ targetsmaininstead ofdevelopci.yml→ triggers onmainpush/PRcleanup-branches.yml→ protectsmainonlynightly.yml,codeql.yml,semgrep.yml,ci-docs-shim.yml→mainCLAUDE.md→ updated branching model docsAfter merge:
mainon GitHub (already is)developbranchworkflowscope:gh auth refreshWhy
The develop+main model caused: