File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ Status {{toUpperCase status}}
6161 DEFAULT_ISSUES_FAIL : [ {
6262 do : 'comment' ,
6363 payload : {
64- body : `### We found some error in your configuration
64+ body : `### We found some failed validations in your Issue
6565{{#each validationSuites}}
6666{{#ifEquals status "fail"}}
6767#### {{{statusIcon status}}} Validator: {{toUpperCase name}}
@@ -76,7 +76,7 @@ Settings : {{{displaySettings details.settings}}}
7676 DEFAULT_ISSUES_ERROR : [ {
7777 do : 'comment' ,
7878 payload : {
79- body : `### We found some error in your configuration
79+ body : `### We found some error in your mergeable configuration
8080{{#each validationSuites}}
8181{{#ifEquals status "error"}}
8282#### {{{statusIcon status}}} Validator: {{toUpperCase name}}
You can’t perform that action at this time.
0 commit comments