Skip to content

Commit efd9caf

Browse files
babblebeygr2m
andauthored
Update README.md
Co-authored-by: Gregor Martynus <[email protected]>
1 parent 495bc77 commit efd9caf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -204,7 +204,7 @@ The fail comment condition is generated with [Lodash template](https://lodash.co
204204

205205
##### failCommentCondition example
206206

207-
- do no create any comments at all: set to `false` or templating: `"<% return false; %>"`
207+
- do not create any comments at all: set to `false` or templating: `"<% return false; %>"`
208208
- to only comment on main branch: `"<% return branch.name === 'main' %>"`
209209
- you can use labels to filter issues, i.e. to not comment if the issue is labeled with `wip`: `"<% return !issue.labels?.includes('wip') %>"`
210210

0 commit comments

Comments
 (0)