qa-intelligence 1.1.1 → 1.1.2
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/lib/format.js +1 -1
- package/package.json +1 -1
package/dist/lib/format.js
CHANGED
|
@@ -46,7 +46,7 @@ function formatDiffComment(diff) {
|
|
|
46
46
|
body += "\n";
|
|
47
47
|
if (unchangedFailures.length > 0) {
|
|
48
48
|
body +=
|
|
49
|
-
"⚠️ **
|
|
49
|
+
"⚠️ **Pre-existing failures** from the base branch are still failing. These are shown for visibility only — **they do not block this PR**. Only **New Issues** block merge.\n\n";
|
|
50
50
|
}
|
|
51
51
|
body += formatSection("New Issues", realNewFailures);
|
|
52
52
|
body += formatSection("Flaky", flaky, false);
|