DashboardsentrySentry CI pre-commit bot pushes formatt…

Sentry CI pre-commit bot pushes formatting commits to your branch

Category: gotcha
Confidence: 1.00
ID: 019dba99-da49-738e-912e-e5c852cd2a63
Project ID: 702228c8-56bc-4694-8d5a-174ac2f29105
Cross-project: No
Recalled in other projects: 1
Source session: (none)
Created: 2026-07-30 15:46:04
Updated: 2026-07-30 15:46:04

Cross-Project Recalls

ProjectHitsLast recalled
opencode-lore 1 19d ago

Content

Sentry CI pre-commit bot pushes a :hammer_and_wrench: apply pre-commit fixes commit directly to your PR branch when local pre-commit was skipped. Continuing to work locally without pulling makes your next push non-fast-forward. Workflow: before every follow-up push, git fetch origin && git pull --rebase (stash uncommitted AGENTS.md/lore edits first — the bot's commit needs a clean tree to rebase through). Run .venv/bin/prek run -q locally before pushing to avoid the bot commit entirely. Reliable even when the bot has already pushed — just rebase and re-push.

Move to: