We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ec6e14a commit 02a9163Copy full SHA for 02a9163
lib/ci/failure_aggregator.js
@@ -72,7 +72,7 @@ export class FailureAggregator {
72
let output = 'Failures in ';
73
output += `[${jobName}/${first.jobid}](${first.link}) to `;
74
output += `[${jobName}/${last.jobid}](${last.link}) `;
75
- output += 'that failed more than 2 PRs\n';
+ output += 'that failed 2 or more PRs\n';
76
output += '(Generated with `ncu-ci ';
77
output += `${process.argv.slice(2).join(' ')}\`)\n\n`;
78
0 commit comments