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
Root cause: PR #32 is stacked on fix/ci-type-errors-and-stale-test-date which still carries two unfixed problems:
Three unused TypeScript imports (TS6133) that cause tsc --noEmit to fail
Hardcoded test date "2026-03-26" in plugins/stats/tests/ that is now outside the 7/14-day rolling query windows
PR #32 only changed workflow YAML (removed hardcoded branch filters) — it did not carry the code-level fixes — so CI ran for the first time on that branch but immediately hit the inherited failures.
Fix Already Exists
PR #33 (fix/ci-consolidated) addresses all of these failures in one branch and has all 7 checks passing since 2026-04-12:
Dynamic TODAY/YESTERDAY/TWO_DAYS_AGO constants replacing stale "2026-03-26" in stats tests
browser-use version bump 1.1.1 → 1.1.2 in marketplace.json
Workflow trigger broadening (removes hardcoded branches allowlist from both test-plugins.yml and test-stats.yml)
PR #34 (fix/ci-all-fixes-final) is stacked on #33 and is also all-green (13/13 checks passing), adding the same date fixes to integration.test.ts which #33 base missed.
Review PR fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 to fix CI #31 — targets main (dist-only orphan branch) where test workflows don't exist. If the browser-use version fix is needed on main, it should either be part of the next dist publish or redirected to the source branch.
This issue was created by the automated CI/CD maintenance agent.
CI Failure Summary
Automated CI/CD maintenance scan — 2026-05-02
Currently Failing CI
PR #32 —
fix/ci-workflow-trigger-broadeningtest(Test Stats Plugin)test (20)(Test Plugins, Node 20)test (22)(Test Plugins, Node 22)Validate marketplace.json formatValidate shared dependenciesRoot cause: PR #32 is stacked on
fix/ci-type-errors-and-stale-test-datewhich still carries two unfixed problems:TS6133) that causetsc --noEmitto fail"2026-03-26"inplugins/stats/tests/that is now outside the 7/14-day rolling query windowsPR #32 only changed workflow YAML (removed hardcoded branch filters) — it did not carry the code-level fixes — so CI ran for the first time on that branch but immediately hit the inherited failures.
Fix Already Exists
PR #33 (
fix/ci-consolidated) addresses all of these failures in one branch and has all 7 checks passing since 2026-04-12:test(Stats Plugin)test (20)test (22)marketplace-syncValidate marketplace.json formatValidate shared dependenciesPR #33 includes:
TODAY/YESTERDAY/TWO_DAYS_AGOconstants replacing stale"2026-03-26"in stats testsbrowser-useversion bump1.1.1 → 1.1.2inmarketplace.jsonbranchesallowlist from bothtest-plugins.ymlandtest-stats.yml)PR #34 (
fix/ci-all-fixes-final) is stacked on #33 and is also all-green (13/13 checks passing), adding the same date fixes tointegration.test.tswhich#33base missed.Full PR CI Audit
fix/ci-typescript-and-stats-datesfix/ci-typescript-and-stats-dates-resolvedfix/ci-24065489776-ts-and-datesfix/ci-24276607217-browser-use-versionfix/ci-main-browser-use-versionmainorphan — test workflows don't exist therefix/ci-workflow-trigger-broadeningfix/ci-consolidatedfix/ci-all-fixes-finalintegration.test.tsdate fixRecommended Actions
Merge PR fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33 — it is all-green and consolidates all outstanding CI fixes. If
integration.test.tsdate fix from fix(ci): complete all-fixes branch — rolling stats dates in integration.test.ts + browser-use 1.1.2 #34 is also desired, merge fix(ci): complete all-fixes branch — rolling stats dates in integration.test.ts + browser-use 1.1.2 #34 first (then fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33 becomes a subset) or cherry-pick its commit.Close stale/superseded PRs: fix(ci): remove unused TS imports + fix stale stats test dates #22, fix(ci): resolve merge conflict — unused TS imports + stale stats test dates #23, fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 in marketplace.json #28 are all superseded by fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33. Closing them will reduce noise.
Close PR fix(ci): remove hardcoded branch filters from workflow triggers #32 — it is a strict subset of fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33 (same workflow-trigger fix, minus the code fixes). Its CI will never be green without also applying the code fixes.
Review PR fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 to fix CI #31 — targets
main(dist-only orphan branch) where test workflows don't exist. If thebrowser-useversion fix is needed onmain, it should either be part of the next dist publish or redirected to the source branch.This issue was created by the automated CI/CD maintenance agent.