Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
Co-authored-by: Gregor Martynus <[email protected]>
  • Loading branch information
babblebey and gr2m authored Jul 3, 2024
1 parent 05d1a59 commit 495bc77
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,7 @@ The success comment condition is generated with [Lodash template](https://lodash

##### successCommentCondition 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 issues: `"<% return issue %>"`
- to only comment on merge requests: `"<% return mergeRequest %>"`
- you can use labels to filter issues: `"<% return issue.labels?.includes('semantic-release-relevant') %>"`
Expand Down

0 comments on commit 495bc77

Please sign in to comment.