forked from molecule-ai/molecule-core
fix(ci): add mc#664 tracker to lint-required-context-exists-in-bp workflow
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 <noreply@anthropic.com>
This commit is contained in:
parent
eb9c6621bd
commit
aa08d8135f
@ -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
|
||||
|
||||
Loading…
Reference in New Issue
Block a user