Restore required trusted validation lane - #912
Merged
Brandon Miller (brandom-msft) merged 1 commit intoAug 13, 2026
Merged
Conversation
Restore the public-only trusted validation lane and its focused regression assets after the force-full sync tree replacement removed them from main. Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Brandon Miller (brandom-msft)
deployed
to
L4-validation
August 13, 2026 21:33 — with
GitHub Actions
Active
Brandon Miller (brandom-msft)
deleted the
brandom-msft-restore-trusted-validation
branch
August 13, 2026 21:37
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.
Context
Force-full sync commit
1a7f828fd60e6b0f14549612cf25e7bf2c906931replaced the public tree with the private export and unintentionally removed the public-only workflow that emits the ruleset-requiredtrustedstatus. With the ruleset unchanged, pull requests cannot satisfy the required check.What changed
.github/workflows/validate.ymlfrom rollback point328833f9d39e8e0a80975950cc98dc00d9c63aff.detect-changed-samples.shandvalidate-sample.sh.All 41 restored files byte-match the rollback point.
Validation
run-detect-tests.sh: 23 passed, 0 failed.run-workflow-structure-tests.sh: 39 passed, 0 failed.validate.ymlparses successfully as YAML.git diff --cached --checkpassed before commit.Scope note
The force-full commit also removed Foundry Local sample content and the separate validation pilot/report stack. This PR intentionally does not restore those unrelated paths; it is limited to making the existing required
trustedlane operational again.