We have a setup where we have enabled the "Requires automerge commit to build successfully" in the general section of the pull requests administration.
This works great and you cannot merge the pull request until there is a successful build in this case on Teamcity.
However we have some branches where we want to be a little bit more permissive. For example, I do not want to enforce this for feature branches. Is there a way I can specify that this check should only be enabled for the dev and release branches?