Skip to content

fix: format availability files to unblock PR #1417 CI - #1423

Closed
github-actions[bot] wants to merge 1 commit into
devfrom
claude-fix-pr-1417-31576287748
Closed

fix: format availability files to unblock PR #1417 CI#1423
github-actions[bot] wants to merge 1 commit into
devfrom
claude-fix-pr-1417-31576287748

Conversation

@github-actions

@github-actions github-actions Bot commented Aug 12, 2026

Copy link
Copy Markdown
Contributor

CI Auto-Fix

Blocking PR: #1417
Failed CI Run: PR Build Check

Root Cause

Commit c8a2e52 (fix(dashboard): disable session message link prefetch #1412) introduced the availability feature with Biome formatting violations in two files. These are pre-existing on dev and are exposed when PR #1417 is merged into dev for CI.

Fixes Applied

File Fix Type
src/lib/availability/availability-service.ts Reformatted floorToUtcMinute function call wrapping format
tests/unit/lib/availability/projection-worker.test.ts Reformatted transactionMock definitions and expect call wrapping format

Not Auto-Fixable

None. All errors were mechanical formatting issues.

Verification

  • biome format passes on both files (no fixes needed)
  • biome check passes on both files (no fixes needed)
  • No logic changes made - pure formatting (23 insertions, 18 deletions)

Auto-generated by Claude AI

Greptile Summary

This PR applies mechanical Biome formatting to availability service and projection-worker test code without changing runtime behavior.

  • Reformats the Date.UTC call in floorToUtcMinute.
  • Reformats transaction mocks and an assertion in projection-worker tests.

Confidence Score: 5/5

The PR appears safe to merge because it contains only behavior-preserving formatting changes.

The updated expressions retain the same calls, callbacks, arguments, and assertions, with no logic or data-flow changes.

Important Files Changed

Filename Overview
src/lib/availability/availability-service.ts Reformats the floorToUtcMinute expression without changing its arguments or behavior.
tests/unit/lib/availability/projection-worker.test.ts Reformats mock callback definitions and assertion wrapping without changing test semantics.

Reviews (1): Last reviewed commit: "fix: format availability files to unbloc..." | Re-trigger Greptile

Fixed Biome format:check failures in:
- src/lib/availability/availability-service.ts (floorToUtcMinute formatting)
- tests/unit/lib/availability/projection-worker.test.ts (transactionMock/expect formatting)

These formatting issues were introduced in c8a2e52 and caused the
Code Quality Check to fail when PR #1417 was merged into dev for CI.

CI Run: https://github.com/ding113/claude-code-hub/actions/runs/31575937603

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

Status: Done

Development

Successfully merging this pull request may close these issues.

1 participant