feat: cascade merge — auto-create PRs to downstream branches after merge #460
Reference in New Issue
Block a user
Delete Branch "%!s()"
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
When a PR merges into a branch (e.g.
dev), automatically create follow-up PRs to configured downstream branches (e.g.main). This covers the common workflow of promoting changes through a branch hierarchy without manually creating each PR.Motivation
Currently, merging a feature branch into
devrequires manually creating a separate PR fromdevtomain. For projects with multi-stage branch workflows (feature -> dev -> staging -> main), this is repetitive and error-prone.Proposed Behavior
dev->main)cascade-conflictand notify PR authorExample Flow
Open Questions
Co-Authored-By: Claude Opus 4.6 (1M context)