Our use case is that nobody from the team should be able to merge its own branch.
I know one solution is that we increase the approval required to 2, which will ensure that at-least someone then the owner of PR has provided approval.
But my question is, is it possible to keep the approval required to just 1, but the user cannot approve their own PR and has to take approval from a peer?
Any help would be appreciated.