From 11291e2939ceceb23194eea722ab0276ce3e1667 Mon Sep 17 00:00:00 2001 From: "Molecule AI Dev Engineer A (Kimi)" Date: Fri, 5 Jun 2026 09:46:09 +0000 Subject: [PATCH] fix(ci): add bp-exempt directive to lint-required-workflows-docker-host-pinned (internal#802) The lint-required-context-exists-in-bp linter requires every workflow job that emits a commit status to carry a bp directive within 3 lines above the job key. Three of the four flagged files already had correct directives; this file was missing one. Add # bp-exempt because this is an informational convention-enforcing lint (internal#512), not a merge gate. Closes internal#802 --- .gitea/workflows/lint-required-workflows-docker-host-pinned.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitea/workflows/lint-required-workflows-docker-host-pinned.yml b/.gitea/workflows/lint-required-workflows-docker-host-pinned.yml index d1898dad4..02059bd0b 100644 --- a/.gitea/workflows/lint-required-workflows-docker-host-pinned.yml +++ b/.gitea/workflows/lint-required-workflows-docker-host-pinned.yml @@ -40,6 +40,7 @@ env: GITHUB_SERVER_URL: https://git.moleculesai.app jobs: + # bp-exempt: informational lint enforcing docker-host/publish pin convention (internal#512), not a merge gate lint-docker-host-pin: name: Lint docker-host pin on docker-touching workflows runs-on: docker-host -- 2.52.0