[net11.0] Retarget release merge flow to RC1 - #37098
Merged
Merged
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:48 — 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 -- 37098Or
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 37098" |
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:48 — with
GitHub Actions
Inactive
|
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:50 — with
GitHub Actions
Inactive
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:51 — with
GitHub Actions
Inactive
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the net11.0 → release merge-flow configuration so the automation targets the upcoming RC1 release branch instead of the previous preview7 branch.
Changes:
- Retarget
MergeToBranchfromrelease/11.0.1xx-preview7torelease/11.0.1xx-rc1in the release merge-flow config.
Show a summary per file
| File | Description |
|---|---|
| github-merge-flow-release-11.jsonc | Retargets the net11.0 merge automation to the RC1 release branch. |
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:52 — with
GitHub Actions
Inactive
PureWeen
temporarily deployed
to
copilot-pat-pool
August 4, 2026 18:53 — with
GitHub Actions
Inactive
kubaflo
approved these changes
Aug 4, 2026
kubaflo
approved these changes
Aug 4, 2026
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-rc1net11.0merge flow carry this configuration into the branch where it is consumedThe 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-Jsonnet11.0merge configuration does not reset this file