Aug 21, 2023
When I run things, code reviews are the top priority of all non-scheduled tasks, for just the reasons you mention.
Other techniques include trying to keep file sizes down (which reduces the difficulty merge commit conflicts), and keeping individual commits as small as possible (which generally means more than one commit in a pull request).