You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This issue was created by the CI/CD maintenance agent after auditing all recent workflow runs and open fix PRs. The gh CLI was unavailable so analysis was performed via GitHub MCP tools.
Root cause: PR #32 is stacked directly on fix/ci-type-errors-and-stale-test-date, which still carries 3 unused TypeScript imports (removeGitignoreEntries, vi, existsSync) and stale hardcoded dates in plugins/stats/tests/integration.test.ts. PR #32 only changed the workflow YAML triggers — it never fixed those code issues.
Fix Is Already Ready — No New Branch Needed
PR #33 (fix/ci-consolidated) is fully green (7/7 checks pass) and contains all required fixes:
Check
Result
GitGuardian Security Checks
✅ success
Validate marketplace.json format
✅ success
Validate shared dependencies
✅ success
test (20)
✅ success
test (22)
✅ success
test (stats)
✅ success
marketplace-sync
✅ success
PR #33 includes everything in PR #32 (workflow trigger broadening) plus all the code fixes (3 unused TS imports removed, rolling dates in both db.test.ts and integration.test.ts, browser-use version 1.1.1 → 1.1.2).
PR #34 (fix/ci-all-fixes-final) is also fully green (13/13 checks pass).
PR #24 (fix/ci-24065489776-ts-and-dates) is also fully green (7/7 checks pass).
The failures on PR #32 are deterministic code-level failures (tsc --noEmit under noUnusedLocals: true), not network timeouts or flaky tests. Re-running them would produce the same result. The only fix is merging the code corrections already present in PR #33.
CI Maintenance Audit — 2026-04-13
This issue was created by the CI/CD maintenance agent after auditing all recent workflow runs and open fix PRs. The
ghCLI was unavailable so analysis was performed via GitHub MCP tools.Active CI Failures
PR #32 (
fix/ci-workflow-trigger-broadening) — 3 failing runstest (20)test (22)testtestRoot cause: PR #32 is stacked directly on
fix/ci-type-errors-and-stale-test-date, which still carries 3 unused TypeScript imports (removeGitignoreEntries,vi,existsSync) and stale hardcoded dates inplugins/stats/tests/integration.test.ts. PR #32 only changed the workflow YAML triggers — it never fixed those code issues.Fix Is Already Ready — No New Branch Needed
PR #33 (
fix/ci-consolidated) is fully green (7/7 checks pass) and contains all required fixes:PR #33 includes everything in PR #32 (workflow trigger broadening) plus all the code fixes (3 unused TS imports removed, rolling dates in both
db.test.tsandintegration.test.ts,browser-useversion1.1.1 → 1.1.2).PR #34 (
fix/ci-all-fixes-final) is also fully green (13/13 checks pass).PR #24 (
fix/ci-24065489776-ts-and-dates) is also fully green (7/7 checks pass).Summary of All Open Fix PRs
fix/ci-all-fixes-finalfix/ci-consolidatedfix/ci-workflow-trigger-broadeningfix/ci-main-browser-use-versionmain(dist-only orphan, no test workflows) — fix included in #33fix/ci-24276607217-browser-use-versionfix/ci-24065489776-ts-and-datesfix/ci-typescript-and-stats-dates-resolvedfix/ci-typescript-and-stats-datesRecommended Actions
fix/ci-consolidated) intofix/ci-type-errors-and-stale-test-date. This resolves all active failures in a single, well-documented, fully-green PR.maindist-only orphan branch where test workflows don't exist; the underlying fix (browser-use version) is already included in fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33.Why the failures are not transient
The failures on PR #32 are deterministic code-level failures (
tsc --noEmitundernoUnusedLocals: true), not network timeouts or flaky tests. Re-running them would produce the same result. The only fix is merging the code corrections already present in PR #33.