I am hoping someone, even from atlassian themselves can answer this question;
According to this ticket https://jira.atlassian.com/browse/BSERV-12284 atlassian is no longer supporting branches of the type refs/pull-requests/*/merge. This was useful for plugins and bamboo plans to produce builds based on such branches to avoid merging a PR that would then break the build in the target branch.
My question is, what is the accepted alternative to solve the problem of potentially merging commits that will break the build on the target branch after the new versions have been released?