From efd9caface3046140c310a75dd11cb026da23124 Mon Sep 17 00:00:00 2001 From: Olabode Lawal-Shittabey Date: Wed, 3 Jul 2024 15:38:40 +0100 Subject: [PATCH] Update README.md Co-authored-by: Gregor Martynus <39992+gr2m@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 8417e4d8..12c7b21d 100644 --- a/README.md +++ b/README.md @@ -204,7 +204,7 @@ The fail comment condition is generated with [Lodash template](https://lodash.co ##### failCommentCondition example -- do no create any comments at all: set to `false` or templating: `"<% return false; %>"` +- do not create any comments at all: set to `false` or templating: `"<% return false; %>"` - to only comment on main branch: `"<% return branch.name === 'main' %>"` - you can use labels to filter issues, i.e. to not comment if the issue is labeled with `wip`: `"<% return !issue.labels?.includes('wip') %>"`