So first of all my question is a bit similar than https://community.atlassian.com/t5/Bamboo-questions/Different-merging-strategies-for-master-and-plan-branches/qaq-p/734224 but not quite the same.
This is what I need to do:
I have 2 main branches: Develop which has always the latest code, Master is what it's released to prod.
I want all the feature branches to have a Squash Merge strategy when those are Merged to Develop, but I need Commit Merge strategy when a Pull request from Develop is Merged to Master. Is there a way to achieve this?
Thanks and Regards