From 62bad73f5302e7c71e34c9d56edb0b88f00cabb7 Mon Sep 17 00:00:00 2001 From: Shouichi Kamiya Date: Fri, 4 Nov 2022 17:06:22 +0900 Subject: [PATCH] Update README.md Co-authored-by: Manuel Spigolon --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 931c80ba..0023bd3f 100644 --- a/README.md +++ b/README.md @@ -27,7 +27,7 @@ _Optional_ An arbitrary message that you'd like to comment on the PR after it ge ### `enable-auto-merge` -_Optional_ If `true`, the PR is marked as auto-merge and will be merged by github when status checks are satisfied. Default to `false`. +_Optional_ If `true`, the PR is marked as auto-merge and will be [merged by GitHub](https://docs.github.com/en/pull-requests/collaborating-with-pull-requests/incorporating-changes-from-a-pull-request/automatically-merging-a-pull-request) when status checks are satisfied. Default to `false`. _NOTE_ This feature only works when all of the following conditions are met.