Add logic to Projects::AllBranchesRule::MergeRequestApprovalSetting to load `prevent_committer_approval`
<!--IssueSummary start--> <details> <summary> Everyone can contribute. [Help move this issue forward](https://handbook.gitlab.com/handbook/marketing/developer-relations/contributor-success/community-contributors-workflows/#contributor-links) while earning points, leveling up and collecting rewards. </summary> - [Close this issue](https://contributors.gitlab.com/manage-issue?action=close&projectId=278964&issueIid=520004) </details> <!--IssueSummary end--> In https://gitlab.com/gitlab-org/gitlab/-/issues/504615+ we created a new table and renamed some of the attributes to better suit the new system. `merge_requests_disable_committers_approval` has been renamed to `prevent_committer_approval` so we need to create a method in `Projects::AllBranchesRule::MergeRequestApprovalSetting` to fetch `project.merge_requests_disable_committers_approval`
issue