We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 495bc77 commit efd9cafCopy full SHA for efd9caf
README.md
@@ -204,7 +204,7 @@ The fail comment condition is generated with [Lodash template](https://lodash.co
204
205
##### failCommentCondition example
206
207
-- 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; %>"`
208
- to only comment on main branch: `"<% return branch.name === 'main' %>"`
209
- you can use labels to filter issues, i.e. to not comment if the issue is labeled with `wip`: `"<% return !issue.labels?.includes('wip') %>"`
210
0 commit comments