docs: fix autoMerge typo in faq (#11035)

This commit is contained in:
ml 2021-08-01 08:10:35 +02:00 committed by GitHub
parent ddf3feabee
commit f61bce1ab7
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -246,7 +246,7 @@ You can use the `branchName`, `commitMessage`, `prTitle` or `prBody` configurati
### Automatically merge passing Pull Requests
Set the configuration option `autoMerge` to `true`.
Set the configuration option `automerge` to `true`.
Nest it inside config objects `patch` or `minor` if you want it to apply to certain types only.
### Separate patch releases from minor releases