[net11.0] Retarget release merge flow to RC1 - #37097
Closed
PureWeen wants to merge 1 commit into
Closed
Conversation
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 923e744a-f52b-46ce-939e-b6d27d4f5287
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:40 — with
GitHub Actions
Inactive
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 37097Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 37097" |
|
Azure Pipelines: Successfully started running 1 pipeline(s). There may be pipelines that require an authorized user to comment /azp run to run. |
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:40 — with
GitHub Actions
Inactive
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:41 — with
GitHub Actions
Inactive
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:44 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
Retargets the net11.0→release automated merge flow so that future merges from net11.0 go to the upcoming RC1 release branch instead of the preview7 branch.
Changes:
- Update the net11.0 merge-flow target branch from
release/11.0.1xx-preview7torelease/11.0.1xx-rc1.
Show a summary per file
| File | Description |
|---|---|
| github-merge-flow-release-11.jsonc | Updates the configured MergeToBranch target for the net11.0→release merge automation to RC1. |
Copilot's findings
- Files reviewed: 1/1 changed files
- Comments generated: 1
| "merge-flow-configurations": { | ||
| "net11.0": { | ||
| "MergeToBranch": "release/11.0.1xx-preview7", | ||
| "MergeToBranch": "release/11.0.1xx-rc1", |
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:44 — with
GitHub Actions
Inactive
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:45 — with
GitHub Actions
Inactive
Member
Author
|
Superseded by #37098, which applies the same one-line configuration change to main so it flows naturally into net11.0 without including net11-only commits. |
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.
Note
Are you waiting for the changes in this PR to be merged?
It would be very helpful if you could test the resulting artifacts from this PR and let us know in a comment if this change resolves your issue. Thank you!
Summary
net11.0merge flow from targetingrelease/11.0.1xx-preview7release/11.0.1xx-rc1The RC1 branch has not been cut yet; this intentionally stages the merge automation ahead of the branch creation.
Validation
github-merge-flow-release-11.jsoncwith PowerShellConvertFrom-Json