From 630a3fb9b28c3c7f0a06a006288c293551215f60 Mon Sep 17 00:00:00 2001 From: Mavaddat Javid Date: Sun, 24 Apr 2022 19:52:30 -0700 Subject: [PATCH] clarified confusing caveat About the dependabot waiting... It was confusing to me, because the word _This_ in the original text (_This is a function…_) ws ambiguous as to whether it is referring to the functionality of the Dependabot or the Action. I.e., I thought that the text was saying that it is not an Action (despite being in the GitHub Actions Marketplace), but rather a modifier on the Dependabot functionality. The updated language avoids this potential confusion. --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 606e3835..aa8dfb38 100644 --- a/README.md +++ b/README.md @@ -8,7 +8,7 @@ Automatically merge Dependabot PRs when version comparison is within range. [![test][test-img]][test-url] [![semantic][semantic-img]][semantic-url] -> **Note:** *Dependabot will wait until all your status checks pass before merging. This is a function of Dependabot itself, and not this Action.* +> **Note:** *Dependabot will wait until all your status checks pass before merging — that is how Dependabot itself functions. The `action-dependabot-auto-merge` Action does not affect this (we cannot hurry-up the Dependabot 🤖⏳).* ## Usage