Skip to content

Commit aa78397

Browse files
authored
docs(README.md): fix descriptions of condition options (#1028)
1 parent f08b2f5 commit aa78397

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -189,7 +189,7 @@ The `successComment` `This ${issue.pull_request ? 'pull request' : 'issue'} is i
189189
190190
#### successCommentCondition
191191

192-
The message for the issue comments is generated with [Lodash template](https://lodash.com/docs#template). The following variables are available:
192+
A [Lodash template](https://lodash.com/docs#template) string that should evaluate to a truthy or falsy variable. The following variables are available:
193193

194194
| Parameter | Description |
195195
| ------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
@@ -230,7 +230,7 @@ The `failComment` `This release from branch ${branch.name} had failed due to the
230230
231231
#### failCommentCondition
232232

233-
The message for the issue content is generated with [Lodash template](https://lodash.com/docs#template). The following variables are available:
233+
A [Lodash template](https://lodash.com/docs#template) string that should evaluate to a truthy or falsy variable. The following variables are available:
234234

235235
| Parameter | Description |
236236
| ------------- | --------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |

0 commit comments

Comments
 (0)