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
PR #32 (fix/ci-workflow-trigger-broadening) only removes the hardcoded branches allowlist from workflow YAML files. It does not fix the underlying code issues in its base branch (fix/ci-type-errors-and-stale-test-date):
3 unused TypeScript imports flagged by noUnusedLocals
Stale date 2026-03-26 in plugins/stats/tests/integration.test.ts — now 17+ days outside the 7-day and 14-day rolling query windows
Rolling dates in integration.test.ts + browser-use version
Analysis
No new fix branch is needed. The failures on PR #32 are already fully addressed by PR #33, which is a superset of #32 (includes all code-level fixes from #24 plus the trigger broadening). PR #33 CI is entirely green.
PR #34 also addresses the same issues and is green, but PR #33 already contains all of its changes.
Evaluate PR fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 to fix CI #31 (fix/ci-main-browser-use-version → main) — targets the dist-only orphan main branch. No test CI runs there so it can't be verified automatically. Assess whether the dist branch needs this change independently of the source fix.
Why no automated fix was applied
The failures are not transient (not a network timeout or flaky test), and the fix is not a simple code change — it requires merging an existing PR (#33) and closing several stale PRs. These are repository management actions that require human judgment and authorization.
CI Maintenance Audit — 2026-04-14
This issue was created by the automated CI maintenance agent after auditing recently failed workflow runs.
Failed Runs Identified
fix/ci-workflow-trigger-broadening(PR #32)test (20)tsc --noEmitfailsfix/ci-workflow-trigger-broadening(PR #32)test2026-03-26outside 7/14-day query windowtestWhy these failed
PR #32 (
fix/ci-workflow-trigger-broadening) only removes the hardcodedbranchesallowlist from workflow YAML files. It does not fix the underlying code issues in its base branch (fix/ci-type-errors-and-stale-test-date):noUnusedLocals2026-03-26inplugins/stats/tests/integration.test.ts— now 17+ days outside the 7-day and 14-day rolling query windowsCurrent PR Status (as of audit)
fix/ci-24065489776-ts-and-datesfix/ci-24276607217-browser-use-versionfix/ci-main-browser-use-versionmainis dist-only, no test workflows)mainfix/ci-workflow-trigger-broadeningfix/ci-consolidatedfix/ci-all-fixes-finalintegration.test.ts+ browser-use versionAnalysis
No new fix branch is needed. The failures on PR #32 are already fully addressed by PR #33, which is a superset of #32 (includes all code-level fixes from #24 plus the trigger broadening). PR #33 CI is entirely green.
PR #34 also addresses the same issues and is green, but PR #33 already contains all of its changes.
Recommended action
Merge PR fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33 (
fix/ci-consolidated) — this is the most comprehensive green PR. It fixes all known failures:db.test.tsandintegration.test.tsbrowser-useversion mismatch inmarketplace.jsonClose as superseded (after fix(ci): consolidated — TS imports, stale dates, browser-use version, unrestricted triggers #33 merges):
Evaluate PR fix(marketplace): bump browser-use version 1.1.1 → 1.1.2 to fix CI #31 (
fix/ci-main-browser-use-version→main) — targets the dist-only orphanmainbranch. No test CI runs there so it can't be verified automatically. Assess whether the dist branch needs this change independently of the source fix.Why no automated fix was applied
The failures are not transient (not a network timeout or flaky test), and the fix is not a simple code change — it requires merging an existing PR (#33) and closing several stale PRs. These are repository management actions that require human judgment and authorization.
/cc @erudenko