Skip to content

Commit 08b3e6a

Browse files
authored
Merge pull request mergeability#138 from shine2lay/copy_update
copy update for default issue fail and error cases
2 parents e25d217 + e14e99d commit 08b3e6a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

lib/configuration/lib/consts.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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}}

0 commit comments

Comments
 (0)