release/1.8.2607 fork config#3913
Merged
benhillis merged 4 commits intoJul 13, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This draft PR prepares the repository configuration expected immediately after forking the release/1.8.2607 branch, aligning the mirror refresh script and Rust toolchain pinning with the release-branch operations guide.
Changes:
- Add a root
rust-toolchain.tomlpinning the repo to Rust1.95.0. - Update the mirror refresh script to mirror
release/1.8.2607and update the submodule fromstaging/1.8.2607.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| rust-toolchain.toml | Adds a pinned Rust toolchain version (1.95.0) for the release branch. |
| .github/scripts/refresh_mirror/refresh-mirror.py | Changes queued pipeline parameters to mirror the release branch and update submodule from the staging branch. |
571e6ce to
d55bb33
Compare
…in rust-toolchain to 1.95.0 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
Co-authored-by: Copilot Autofix powered by AI <175728472+Copilot@users.noreply.github.com>
e008496 to
1b0dc36
Compare
smalis-msft
approved these changes
Jul 13, 2026
574ddb0
into
microsoft:release/1.8.2607
128 of 130 checks passed
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.
Release-branch fork config for
release/1.8.2607..github/scripts/refresh_mirror/refresh-mirror.py: setbranchToMirrortorelease/1.8.2607andbranchToUpdateSubmoduletostaging/1.8.2607.rust-toolchain.tomlpinned to channel1.95.0(matches HvLite prod MSRUSTUP 1.95.0).