Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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 @devops wants to review everything under ci, except ci/playgrounds.yml, which nobody needs to review:

Code Block
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:

...