dispatch.sr.ht supports various integrations with [GitHub](https://github.com). Some tips are provided here. # Configuring branch protection rules on GitHub If you choose the "auto-merge" setting, builds.sr.ht will attempt to merge the pull request once the build completes successfully. You will likely want to add branch protection rules on GitHub to prevent this from happening before the pull request is reviewed. To edit your branch protection rules, start by visiting "Branches" in your repository's settings. ![Screenshot of the "branches" page](https://sr.ht/465d.png) Select "Add rule". ![Screenshot of "add rule"](https://sr.ht/rtPV.png) Specify the branches you want the rule to apply to (e.g. "master") and configure the criteria which must be met for the pull request to be mergeable. For example, to require the code to be reviewed before merge: ![Screenshot of code review settings](https://sr.ht/UeBt.png) **Important**: if your account is an administrator on this GitHub repository, attempts to merge will succeed *even if the branch protection rules are unmet*. You must enable the "Include administrators" option to prevent this. ![Screenshot of "Include administrators" option](https://sr.ht/7VYq.png)