Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 2 Current »

We are happy to announce that we’ve published a new Cloud version of Code Owners for Bitbucket on . 🎉

Support of Options in Blob Patterns

In blobs a selection of options to match is now possible. Examples:

**.{ts,js,css}    @web-developers  # Match ts, js and css files src/
{main,test}/**.*   @devs           # Match files under the src/main and src/test directory
db/{schema/*.*,**/*.sql}  @dbadmin # Match a files in /schema and all all sql files.

Do you have any questions, suggestions, or problems?

Let us know. We’re glad to help!

  • No labels