From 4ad7df6422393863602727609e1d4645e1d15552 Mon Sep 17 00:00:00 2001 From: "G. S. Varma" <17321286+gsvarma@users.noreply.github.com> Date: Tue, 2 Aug 2022 15:38:00 +0200 Subject: [PATCH] Fixes typos :: README (#94) --- 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