You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+2-2
Original file line number
Diff line number
Diff line change
@@ -189,7 +189,7 @@ The `successComment` `This ${issue.pull_request ? 'pull request' : 'issue'} is i
189
189
190
190
#### successCommentCondition
191
191
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:
@@ -230,7 +230,7 @@ The `failComment` `This release from branch ${branch.name} had failed due to the
230
230
231
231
#### failCommentCondition
232
232
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:
0 commit comments