From ebeea0a9c17c3eb283bc7368ad0c65190065ce2d Mon Sep 17 00:00:00 2001 From: Molecule AI Core-DevOps Date: Tue, 12 May 2026 07:38:13 +0000 Subject: [PATCH] fix(workflows): add mc#664 tracker to lint-pre-flip CoE directive MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lint-continue-on-error-tracking (Tier 2e) requires a tracker within ±2 lines of every `continue-on-error: true`. The inline comment was 3 lines above the directive, outside the scan window. Move mc#664 to an inline comment on the directive line so it is within ±2 lines (WINDOW=2 per lint_continue_on_error_tracking.py). Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/lint-pre-flip-continue-on-error.yml | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/.gitea/workflows/lint-pre-flip-continue-on-error.yml b/.gitea/workflows/lint-pre-flip-continue-on-error.yml index 51d76d6a..ae8bfe8c 100644 --- a/.gitea/workflows/lint-pre-flip-continue-on-error.yml +++ b/.gitea/workflows/lint-pre-flip-continue-on-error.yml @@ -97,11 +97,10 @@ jobs: name: Verify continue-on-error flips have run-log proof runs-on: ubuntu-latest timeout-minutes: 8 - # Phase 3 (RFC #219 §1): surface broken flips without blocking - # the PR yet. Follow-up flips this to `false` once the workflow - # itself has clean recent runs on main. Dogfood: don't violate - # the same rule the workflow enforces. - continue-on-error: true + # Phase 3 (RFC internal#219 §1): surface broken flips without blocking + # the PR yet. Follow-up flips this to `false` once the workflow itself + # has clean recent runs on main. mc#664 interim — remove when CoE→false. + continue-on-error: true # mc#664 steps: - name: Check out PR head (full history for base-SHA access) uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2