Might be helpful to incorporate some github action workflows that automatically approve PRs and merge them Here's some resource - https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request - https://docs.github.com/en/repositories/configuring-branches-and-merges-in-your-repository/configuring-pull-request-merges/managing-auto-merge-for-pull-requests-in-your-repository - https://github.com/alexwilson/enable-github-automerge-action - https://github.com/reitermarkus/automerge - https://github.com/hmarr/auto-approve-action
Might be helpful to incorporate some github action workflows that automatically approve PRs and merge them
Here's some resource