Registry/Agents/GitHub Copilot
Agent Profile

GitHub Copilot

Microsoft / GitHub

AI pair programmer and Copilot Workspace agent integrated into GitHub and VS Code.

1
Cases
$120k
Damage
5.0/5
Severity
77
APM-0005·GitHub Copilot·CRITICAL·~$120kApr 24, 2026

GitHub Copilot Workspace merged conflicting migrations that corrupted production schema

Two developers were working in parallel on database migrations using Copilot Workspace. Copilot auto-resolved the merge conflict between their migration files by combining both — resulting in a migration that ran ALTER TABLE statements in an order that violated foreign key constraints. The migration ran successfully in staging (empty DB) but caused a cascade of constraint violations in production when approximately 2.3 million rows failed to migrate. Database restore from backup took 6 hours of downtime.