...
Fix support for fully qualified patterns in branch filtering, like
refs/heads/develop
Fully qualified patterns are needed, if If you have branches withe 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
...