spawn/.github
L 49bb39c8ec
fix: prevent duplicate review_all runs via reason-based dedup (#848)
Two problems:
1. Schedule was every 20 min but review_all cycles take 35 min,
   causing overlapping triggers that fill both slots
2. Trigger server only deduped by issue number, not by reason,
   so two review_all runs could stack up

Fixes:
- Change schedule from */20 to 0,45 (every 45 min)
- Add reason-based dedup in trigger-server.ts: reject 409 if a
  non-issue run with the same reason is already in progress

Co-authored-by: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
2026-02-13 01:41:11 -08:00
..
ISSUE_TEMPLATE feat: security triage applies full label taxonomy (#766) 2026-02-12 16:20:07 -08:00
workflows fix: prevent duplicate review_all runs via reason-based dedup (#848) 2026-02-13 01:41:11 -08:00