We have the following setup:
production [protected, merge via PR only]
master [protected, merge via PR only]
feature/x
bugfix/x
A feature/bugfix is added to via PR (requires 1 build + 1 approval) to master.
So everything in master is already approved and covered by build barriers.
Is there a way to allow PR from master->production to NOT require a redundant code review?
production must still be protected from direct writes or PRs that are not from master.
Community moderators have prevented the ability to post new answers.
If you adhere to a particular branching model based on git-flow you can enable cascading merges in Stash/Bitbucket server.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.