I have a release branch say release/steamboat. We have many feature branches (say feature/ui, feature/engine).
Lets say I want to auto-fail a pull request when it is created from feature/XX to release/steamboat if the requester didn't merge release/steamboat beforehand into feature/XX.
I am wondering if there is a way to tell the pull request creator that he/she needs to merge from latest release before creating it.
We are using Stash 3.11.3. We have a Bamboo based CI setup.
I appreciate your help.