Versions Compared

Key

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

...

  • 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:

Code Block
@@@FallbackOwners   @LisaTheFrontendExpert @PeterTheUISpecialist
ebanking/**/*.js    @@EbankingJSTeam
Check(@@EbankingJSTeam >= 2)

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

...