We’re thrilled to announce that we’ve released version 2.3.0 on 🎉
Download on the Atlassian Marketplace for Server and Data Center
New Features
-
File negation patterns: You can now use
!for negation in front of a file pattern without any code owners afterward to unset all previously defined code owners of the files. As an example, the group@devopswants to review everything underci, exceptci/playgrounds.yml, which nobody needs to review:
ci/* @devops
!ci/playgrounds.yml
Bug Fixes
-
If a pull request has more than 4 reviewers, additional reviewers are shown under a “+” icon.
Avatars of code owners in this pop-up are now also annotated as such:
-
Code owners could be removed in the pull request edit dialog in Bitbucket >= 7.0 which is now fixed:
-
Improved documentation that CODEOWNERS file needs its own rule so that it cannot get moved or deleted without a review by a code owner:
-
Prevent the CODEOWNERS file to be renamed without code owner approval.
-
When switching branches on the create pull request page, code owners were not always cleared when a branch was chosen which had no code owners.
Do you have any questions, suggestions, or problems ?
Let us know. We’re glad to help!