We released Code Owners 5.0 on 01 Jun 🎉
Download on the Atlassian Marketplace for Data Center and Server
...
Merge checks revisited (breaking changes)
- Add example of changes
Changes:
Add support for ANDing merge checks on same line
Allow combining
OverallCheck
andAllGroupsCheck
with other merge checksChanged when OR checks are active (BREAKING)
For combined Merge checks with OR/AND, the inactive Group checks are stripped and the remaining checks must be fulfilled, that the pull request can be merged.
If an active group
...