...
Since Bitbucket Server 5.x reached end of life, we will remove support for it in Code Owners in one of the next releases.
Changelog
...
3.1.3: resolved issues on
Fix support for fully qualified patterns in branch filtering, like
refs/heads/develop
If you have branches with same suffix like
something/develop
anddevelop
, but Code Owners should only apply to pull request with destination:develop
, but not for destination:something/develop
, then you can use fully qualified pattern:refs/heads/develop
.Background: https://confluence.atlassian.com/bitbucketserver070/branch-permission-patterns-996644139.html
...