[ABI] Enforce exact staged product evidence - #1263
Draft
brandonpayton wants to merge 1 commit into
Draft
Conversation
brandonpayton
marked this pull request as draft
August 13, 2026 09:49
brandonpayton
force-pushed
the
abi-staging-required-check-activation-v2
branch
from
August 14, 2026 01:49
d3fef35 to
66cdab4
Compare
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Why
ABI-changing pull requests should merge only after the protected staging
pipeline proves that their exact head has current bottle and product evidence.
The projection is already available in observe mode; this change activates it
as the
merge-gatecommit status after all current-head checks are repeated.This PR is intentionally parked until the ABI 43 candidate and product evidence
records have been published and independently verified. Merging it earlier
would correctly block ABI 43 rather than weakening the gate.
What changed
observetoenforce.merge-gateonly after current request, evidence, policy, and pullrequest head revalidation all succeed.
Validation
scripts/dev-shell.sh ruby scripts/check-abi-staging-pr-check-workflow.rbscripts/dev-shell.sh bash .github/scripts/test-merge-candidate-workflows.shcargo test -p xtask abi_staging::check_projection(17 passed)scripts/dev-shell.sh actionlint .github/workflows/abi-staging-merge-gate.ymlgit diff HEAD^ --check