About auto-merge
Auto-merge merges a pull request automatically after all required reviews and status checks pass. Before you use auto-merge, it must be enabled for the repository. See Verwalten der automatischen Zusammenführung für Pull Requests in deinem Repository.
Auto-merge is disabled if someone without write permissions pushes new changes to the head branch or switches the base branch.
Enabling auto-merge
Hinweis
Die Option zum Aktivieren automatischer Merges wird nur bei Pull Requests angezeigt, die nicht sofort gemergt werden können. Dies ist beispielsweise der Fall, wenn eine Branchschutzregel Pull Request-Reviews vor dem Mergen erzwingt oder Statusüberprüfungen vor dem Mergen erfolgreich durchgeführt werden müssen und diese Bedingungen noch nicht erfüllt werden. Weitere Informationen finden Sie unter Verwalten einer Branchschutzregel.
People with write permissions to a repository can enable auto-merge for a pull request.
-
Navigieren Sie auf GitHub zur Hauptseite des Repositorys.
-
Klicke unter dem Namen deines Repositorys auf Pull requests.

-
In the "Pull Requests" list, click the pull request you want to auto-merge.
-
Optionally, select the dropdown menu, then click a merge method. See Pull request merges.

-
Click Enable auto-merge.
-
If you chose the merge or squash and merge methods, type a commit message and description and choose the email address you want to author the merge commit.
Hinweis
The email dropdown menu is not available if you have email privacy enabled or if you only have one verified and visible email associated with your GitHub account.
-
Click Confirm auto-merge.
Disabling auto-merge
People with write permissions to a repository and pull request authors can disable auto-merge for a pull request.
-
Navigieren Sie auf GitHub zur Hauptseite des Repositorys.
-
Klicke unter dem Namen deines Repositorys auf Pull requests.

-
In the "Pull Requests" list, click the pull request for which you want to disable auto-merge.
-
In the merge box, click Disable auto-merge.