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 3 Next »

We are happy to announce that weโ€™ve published a new Cloud version of Code Owners for Bitbucket on . ๐ŸŽ‰

New Features

Fallback group for absent Code Owners,
members of this group approvals count as CO to every merge check rule (opt-in)

  • Use-case: in case of absences of CodeOwners, PRs can not be merged and may block the team progress.

  • Define a group called FallbackOwners, and if members of that group are added to Pull Request and approve it, it counts towards the limit in Code Owners merge checks.

PR author considered as approving owner in group merge checks (opt-in)

  • If you want that PR authors, who are Code Owners themself for the changes, count towards group merge checks, you can now configure that.

  • Add the option: AuthorSelfApproval to the corresponding Group check. e.g.

    Check(@@Devs>=2,AuthorSelfApproval)

    which reduces limit by one, if PR author is also Code Owner as member of Devs group.

Do you have any questions, suggestions, or problems?

Let us know. Weโ€™re glad to help!

  • No labels