From aa08d8135fa5274222e185ec9436a71ffc1765e2 Mon Sep 17 00:00:00 2001 From: Molecule AI Core-DevOps Date: Tue, 12 May 2026 14:43:14 +0000 Subject: [PATCH] fix(ci): add mc#664 tracker to lint-required-context-exists-in-bp workflow MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit lint-continue-on-error-tracking checks that every `continue-on-error: true` has an mc#NNN tracker within ±2 lines. The Phase 3 comment block ended 3 lines above the directive — outside the lint window. Fix by adding mc#664 inline on the same line. Co-Authored-By: Claude Opus 4.7 --- .gitea/workflows/lint-required-context-exists-in-bp.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitea/workflows/lint-required-context-exists-in-bp.yml b/.gitea/workflows/lint-required-context-exists-in-bp.yml index 01813ebe..fbdc5937 100644 --- a/.gitea/workflows/lint-required-context-exists-in-bp.yml +++ b/.gitea/workflows/lint-required-context-exists-in-bp.yml @@ -84,7 +84,7 @@ jobs: # Phase 3 (RFC #219 §1): surface the pattern without blocking PRs # while the directive convention beds in. Follow-up flip to false # after 7 clean days on main. internal#350. - continue-on-error: true + continue-on-error: true # mc#664 Phase 3 — flip to false after 7 clean main runs steps: - name: Check out PR head with full history (need base SHA blobs) uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2