From f61bce1ab70747f8bc861e777bab120cd518c795 Mon Sep 17 00:00:00 2001 From: ml <6209465+ml-@users.noreply.github.com> Date: Sun, 1 Aug 2021 08:10:35 +0200 Subject: [PATCH] docs: fix autoMerge typo in faq (#11035) --- docs/usage/faq.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/usage/faq.md b/docs/usage/faq.md index 839f87abc2..de43bc37a7 100644 --- a/docs/usage/faq.md +++ b/docs/usage/faq.md @@ -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