Advise that Approvers cannot approve their own Merge Requests
<!--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=2449) </details> <!--IssueSummary end--> ### Description Advise that Approvers cannot approve their own Merge Requests ``` Consider a project that has one approver and 1 approve required for each MR. Once MR creator cant be an approver, MR created by such a user cant be approved by anyone. What is the possible solution here? ``` ### Proposal Merge Requests approvals can block the Acceptance of a Merge Request indefinitely if a project is set to require approvals, but the only user available to approve the MR is the author of the MR (MR authors cannot approve their own MRs) ![Screen_Shot_2017-05-22_at_17.03.03](/uploads/4f1c2eb69cd5f3e8e56710f246ac371c/Screen_Shot_2017-05-22_at_17.03.03.png) Here I am the only collaborator on my project and I have enabled MR approvals functionality. The Merge button is disabled because the MR must be approved but I cannot approve it myself Add guidance to MR authors to explain this fact when the Accept Merge Request button is disabled. ### Links / references ### Documentation blurb
issue