Skip to content

Commit 01365bb

Browse files
authored
Merge branch 'master' into fix-success-failcommentcondition-config
2 parents 2520fe2 + aa78397 commit 01365bb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
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)