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.
@@ -46,7 +46,7 @@ function formatDiffComment(diff) {
46
46
  body += "\n";
47
47
  if (unchangedFailures.length > 0) {
48
48
  body +=
49
- "⚠️ **Existing issues** from the base branch are still failing on this branch. This PR was not blocked by them. Fix these on this branch or on the base branch to get to green.\n\n";
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);
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "qa-intelligence",
3
- "version": "1.1.1",
3
+ "version": "1.1.2",
4
4
  "engines": {
5
5
  "node": ">=18"
6
6
  },