...
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.5: resolved issue on
Fix quoted usernames containing @ symbol, e.g. from LDAP
3.1.4: resolved issue on
Improve performance 🚀 for big CODEOWNERS files with many rules
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
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
...