ci(workflows): add bp-directive comments to 4 PR-emitting jobs (Task #77) #2211
Reference in New Issue
Block a user
Delete Branch "fix/77-bp-directive-4-emitters"
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?
Summary
Adds the required Tier 2g directive comments to 4 workflow jobs that emit commit-status contexts on
pull_requestbut lacked a bp-directive.Changes
e2e-peer-visibility.yml / pr-validate
# bp-required: pending #1296— intentionally not yet in branch protection (siblingpeer-visibility-localalready carries this;pr-validatewas missed).ci-arm64-advisory.yml / fast-checks
# bp-exempt: advisory arm64 pilot, non-gating by design (internal#418).sync-providers-yaml.yml / compare
# bp-required: pending #718— soak-then-promote, not in BP yet.verify-providers-gen.yml / verify
# bp-required: pending #718— soak-then-promote, not in BP yet.All directives are placed within the 3-line lint window above the job key so
lint-required-context-exists-in-bp(Tier 2g) can see them.Closes Task #77 / internal#802.