How to require approval in all files in repo on a merge-request

We are currently getting ready to start a better code review process. We would like to make our first review a large on that would cover the entire codebase. I would like to setup, at least this first time, to require approvers to approve all files and not just the ones that have differed since the last commit.

Any help here?