I am working in a repo that has branch protection on the development branch and all release/**/* branches. So change to release/0.1.0 must happen via a PR. In order to tigger the cascading merge, I would also need to open a PR from release/0.1.0 to development after my initial PR into release/0.1.0 is merged.
Bitbuckets' Automatic branch merging does not require this second PR to development. Why is this needed? Is there a way to configure this so that the cascading merge will trigger on any merge to any of the release/**/* branches?
Maybe I'm missing something.
I am working in a repo that has branch protection on the
developmentbranch and allrelease/**/*branches. So change torelease/0.1.0must happen via a PR. In order to tigger the cascading merge, I would also need to open a PR fromrelease/0.1.0todevelopmentafter my initial PR intorelease/0.1.0is merged.Bitbuckets' Automatic branch merging does not require this second PR to
development. Why is this needed? Is there a way to configure this so that the cascading merge will trigger on any merge to any of therelease/**/*branches?Maybe I'm missing something.