fix(ci): bounce task back to developer on red CI (capped retries) #18
Reference in New Issue
Block a user
Delete Branch "fix/ci-fail-retry-developer"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
BUG 7: red CI on development now auto-returns the task to the developer (capped retries, symmetric to review REQUEST_CHANGES). Adds retry block after notify_qg_failure in handle_ci_status; retry_count shares the MAX_DEV_RETRIES=3 cap across review+CI. 2 new pure-logic tests. pytest: 217 passed (+2 new), 10 baseline failed unchanged.