From 4013b3dcf4b42228650e2a5cc25f75e9c06be4e5 Mon Sep 17 00:00:00 2001 From: Molecule AI Core-DevOps Date: Tue, 12 May 2026 14:43:55 +0000 Subject: [PATCH] fix(ci): add mc#664 tracker to lint-bp-context-emit-match workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Same fix as PR #691: the Phase 3 comment block ends 1 line above the `continue-on-error: true` directive. lint-continue-on-error-tracking searches ±2 lines for an mc#NNN reference. Add it inline. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/lint-bp-context-emit-match.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-bp-context-emit-match.yml b/.gitea/workflows/lint-bp-context-emit-match.yml index 095705a8..968c79ca 100644 --- a/.gitea/workflows/lint-bp-context-emit-match.yml +++ b/.gitea/workflows/lint-bp-context-emit-match.yml @@ -94,7 +94,7 @@ jobs: # Phase 3 (RFC #219 §1): surface drift without blocking. After 7 # clean scheduled runs on main, flip to false so a scheduled # failure is a hard CI signal. - continue-on-error: true + continue-on-error: true # mc#664 Phase 3 — flip to false after 7 clean main runs steps: - uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2 - uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0