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
CI maintenance audit run on 2026-05-02. No new failures were introduced — all outstanding CI failures (from early April) have working fixes in open PRs. The problem is that those PRs have not been merged in 3 weeks.
PR #33 is branched from PR #24's HEAD. PR #24 modifies the workflow files to add fix/ci-type-errors-and-stale-test-date to the branches: list (going from [main] → [main, fix/ci-type-errors-and-stale-test-date]). However, the base branch already applied that same change via commits 220e8b8 and 7e440fb on April 11. This creates a conflict when GitHub tries to compute the merge for PR #33.
PR #34, by contrast, is based directly on the current tip of fix/ci-type-errors-and-stale-test-date (7e440fb) and removes the branches: key entirely — a clean diff from the current base state.
After #34 is merged into fix/ci-type-errors-and-stale-test-date, any future PR or push targeting that branch (or any branch, since the branches: filter will be gone) will trigger full CI automatically.
Automated CI maintenance audit — claude-code agent
Summary
CI maintenance audit run on 2026-05-02. No new failures were introduced — all outstanding CI failures (from early April) have working fixes in open PRs. The problem is that those PRs have not been merged in 3 weeks.
Root causes fixed in the open PRs
TS6133) —removeGitignoreEntries,vi,existsSync2026-03-26) in stats tests — outside 7/14-day rolling query windowsTODAY/YESTERDAY/TWO_DAYS_AGOconstants in PRs #22–24, #33, #34browser-useversion drift —plugin.jsonat1.1.2,marketplace.jsonstill at1.1.1branches: [main]— CI never fired on any fix branchCurrent state of all open fix PRs
fix/ci-all-fixes-finalfix/ci-consolidatedfix/ci-workflow-trigger-broadeningfix/ci-24276607217-browser-use-versionfix/ci-24065489776-ts-and-datesfix/ci-typescript-and-stats-dates-resolvedfix/ci-typescript-and-stats-datesfix/ci-main-browser-use-versionmain(dist orphan — no workflow files)Why PR #33 is conflicted despite green CI
PR #33 is branched from PR #24's HEAD. PR #24 modifies the workflow files to add
fix/ci-type-errors-and-stale-test-dateto thebranches:list (going from[main]→[main, fix/ci-type-errors-and-stale-test-date]). However, the base branch already applied that same change via commits220e8b8and7e440fbon April 11. This creates a conflict when GitHub tries to compute the merge for PR #33.PR #34, by contrast, is based directly on the current tip of
fix/ci-type-errors-and-stale-test-date(7e440fb) and removes thebranches:key entirely — a clean diff from the current base state.Recommended action
After #34 is merged into
fix/ci-type-errors-and-stale-test-date, any future PR or push targeting that branch (or any branch, since thebranches:filter will be gone) will trigger full CI automatically.Automated CI maintenance audit — claude-code agent