From 8f7d327b3413f0ee7f94c43807dd7bae5afdf131 Mon Sep 17 00:00:00 2001 From: gsvarma <17321286+gsvarma@users.noreply.github.com> Date: Mon, 25 Jul 2022 14:50:45 +0200 Subject: [PATCH] Fixes typos :: README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 63662646..528600a3 100644 --- a/README.md +++ b/README.md @@ -156,7 +156,7 @@ filterLabels: ### Filter draft PRs -The action will only run for non draft PRs. If you want to run for all PRs, you need to enable it to run o drafts +The action will only run for non-draft PRs. If you want to run for all PRs, you need to enable it to run on drafts. ```yaml runOnDraft: true