ci(workflows): renew continue-on-error tracker mc#774 -> mc#1982 (clean, unblock) #2112
Reference in New Issue
Block a user
Delete Branch "fix/renew-coe-tracker-mc774-clean-20260601"
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?
Summary
Renew the
continue-on-errormask tracker reference mc#774 → mc#1982 across all 34 workflow files that carry such masks. mc#774 hit its 14-day renewal cap (19 days old), solint-continue-on-error-trackingnow fails on every workflow-touching PR. mc#1982 ("Renew continue-on-error mask tracker — mc#774 follow-up") is open and fresh (filed 2026-05-28). This unblocks the workflow-PR batch.Comment-only. Zero
continue-on-errormasks are flipped, zero behavior change. This is deliberately a clean, single-concern rename — unlike the bundled #1983/#1985/#1976 which mixed this with tests and concurrency flips.Phase 1 — Inventory
34
.gitea/workflows/*.ymlfiles reference mc#774 in mask comments; all renamed..gitea/scripts/gitea-merge-queue.pyalso mentions mc#774 but was intentionally left (it's logic context, not a mask comment). Verified 0 mc#774 left in workflows post-rename.Testing
lint-continue-on-error-trackingwill pass on this HEAD (mc#1982 < 14d). The identical rename on #1983 was build-green, confirming the lint accepts mc#1982.SOP checklist
Comprehensive testing performed: comment-only rename; correctness is that the referenced tracker (mc#1982) is open and <14 days old so
lint-continue-on-error-trackingpasses. Verified mc#1982 exists/open; verified 0 residual mc#774 in workflows. No code/logic touched.Local-postgres E2E run: N/A — no Go/handler code changed; no DB path touched.
Staging-smoke verified or pending: N/A — workflow-comment-only, nothing to smoke.
Root-cause not symptom: the root cause is the aged tracker reference tripping the 14-day cap; this renews it. NOTE: this is a renewal, not a triage — a real per-mask review (which of the ~40 masks can flip to
continue-on-error: false) is owed before mc#1982's 2026-06-11 due date and is filed as a separate follow-up. This PR is the minimal unblock, deliberately scoped.Five-Axis review walked: correctness (mc#1982 valid → lint passes), readability (pure string rename), architecture (none — comments), security (none), performance (none).
No backwards-compat shim / dead code added: confirmed — pure rename.
Memory/saved-feedback consulted: yes —
feedback_check_for_parallel_work_before_fix_pr(this supersedes the bundled #1983/#1985/#1976 rename copies; those close), and the "do not renew silently" guard (addressed by the explicit triage follow-up).Refs mc#1982. Supersedes the rename portion of #1983/#1985/#1976.
🤖 Generated with Claude Code
QA approved (#2112). Clean comment-only rename mc#774->mc#1982 across 34 workflows; mc#1982 open+fresh so lint-continue-on-error-tracking passes; 0 masks flipped, 0 residual mc#774. Single-concern (no bundling). Unblocks the workflow batch.
CTO authority.
Non-author SOP ack (devops-engineer, engineers). /qa-recheck /security-recheck
Security approved (#2112). Comment-only, no security surface.