mirror of
https://github.com/tiennm99/ccs.git
synced 2026-07-16 10:16:49 +00:00
Root cause of cancellations was track_progress posting comments that triggered new workflow runs. Instead of complex concurrency isolation, simply disable progress tracking. Changes: - track_progress: false (no intermediate comments) - Simple concurrency: ai-review-<PR_NUMBER> - Removed extra bot filters (no longer needed) Result: Clean PRs with just the final review comment.