Need help regarding pull requests #183125
Replies: 2 comments 4 replies
|
Navigate to your repository on GitHub and click on the Settings tab at the top. |
The CODEOWNERS file is used to automatically assign reviewers, but it still won't allow you to review yourself. For a personal project, adjusting the branch protection settings as described above is the proper way to clear the block. |




In your screenshot, the option you are looking for is called "Do not allow bypassing the above settings."
Here is the "pro-tip" on how to handle that specific checkbox to get your merge button working:
How it works: By default, if that box is unchecked (which it is in your screenshot), administrators (you) are technically allowed to bypass the rules.
The Problem: Even if it is unchecked, GitHub will still show you the "Merging is blocked" message to encourage you to follow the rules. However, because you are the admin and the bypass is active, you should still be able to merge.
The Solution to get that PR merged right now: