fix(ci): add bp-exempt directive to lint-required-workflows-docker-host-pinned (internal#802) #2300
Reference in New Issue
Block a user
Delete Branch "fix/internal-802-bp-directive-comments"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes internal#802.
Summary
The lint-required-context-exists-in-bp linter (Tier 2g, internal#350) requires every workflow job that emits a commit status to carry a bp directive within 3 lines above the job key.
Changes
# bp-exempt: informational lint enforcing docker-host/publish pin convention (internal#512), not a merge gateabove thelint-docker-host-pin:job key.Verification
5-axis review: APPROVED.
Correctness: the change adds the required
bp-exemptdirective immediately above thelint-docker-host-pinjob, matching the documented lint window and the job's informational/non-merge-gate role. Robustness/readability: one-line workflow metadata change with clear rationale and no behavior change. Security/performance: no new runtime, secret, auth, or execution surface.merge-queue: updated this branch with
mainate441def8b3a8. Waiting for CI on the refreshed head.merge-queue: updated this branch with
mainat31283a292a34. Waiting for CI on the refreshed head.merge-queue: updated this branch with
mainatd768d8667b0f. Waiting for CI on the refreshed head.APPROVED. Re-reviewed current head
7002ee75after churn dismissal. Merge-base diff is scoped to one line in .gitea/workflows/lint-required-workflows-docker-host-pinned.yml: a bp-exempt comment documenting that this docker-host pin lint is informational and not a merge gate. No stale-base collateral or unrelated workflow changes found.Re-reviewed current head
7002ee75. Head matches requested SHA and Researcher 9215 is current-head. Merge-base diff is scoped to .gitea/workflows/lint-required-workflows-docker-host-pinned.yml only: adds a bp-exempt comment documenting the informational docker-host/publish-pin lint. No stale-base collateral, review-check/SOP_FAIL_OPEN reintroduction, or fail-open behavior found; mergeable=true.