@@ -18,6 +18,8 @@ If you allow auto-merge for pull requests in your repository, people with write
|
||||
|
||||
### Managing auto-merge
|
||||
|
||||
{% data reusables.pull_requests.auto-merge-requires-branch-protection %}
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
{% data reusables.repositories.sidebar-settings %}
|
||||
1. Under "Merge button", select or deselect **Allow auto-merge**.
|
||||
|
||||
@@ -24,6 +24,8 @@ You can provide feedback about auto-merge by [contacting us](https://support.git
|
||||
|
||||
### Enabling auto-merge
|
||||
|
||||
{% data reusables.pull_requests.auto-merge-requires-branch-protection %}
|
||||
|
||||
People with write permissions to a repository can enable auto-merge for a pull request.
|
||||
|
||||
{% data reusables.repositories.navigate-to-repo %}
|
||||
|
||||
@@ -0,0 +1,5 @@
|
||||
{% note %}
|
||||
|
||||
**Note**: the option to enable auto-merge is shown only on pull requests that cannot be merged immediately. For example, when a branch protection rule enforces "Require pull request reviews before merging" or "Require status checks to pass before merging" and these conditions are not yet met. For more information, see "[Managing a branch protection rule](/github/administering-a-repository/defining-the-mergeability-of-pull-requests/managing-a-branch-protection-rule)."
|
||||
|
||||
{% endnote %}
|
||||
Reference in New Issue
Block a user