...
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
(planned) 3.1.3: resolved issues on
Fix support for fully qualified patterns in branch filtering, like
refs/heads/develop
Fully qualified patterns are needed, if you have branches withe same suffix like
something/develop
anddevelop
, but Code Owners should only apply to pull request with destination:develop
, but not for destination:something/develop
.Background: https://confluence.atlassian.com/bitbucketserver070/branch-permission-patterns-996644139.html
Patterns only need to match a suffix of the fully qualified branch or tag name. Fully qualified branch names look like
refs/heads/master
, while fully qualified tags look likerefs/tags/1.1
.
3.1.2: resolved issues on
...