Skip to content

[net11.0] Retarget release merge flow to RC1 - #37098

Merged
kubaflo merged 1 commit into
mainfrom
retarget-release-merges-rc1
Aug 4, 2026
Merged

[net11.0] Retarget release merge flow to RC1#37098
kubaflo merged 1 commit into
mainfrom
retarget-release-merges-rc1

Conversation

@PureWeen

@PureWeen PureWeen commented Aug 4, 2026

Copy link
Copy Markdown
Member

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

  • stop the automated net11.0 merge flow from targeting release/11.0.1xx-preview7
  • configure the next merge target as release/11.0.1xx-rc1
  • let the existing main-to-net11.0 merge flow carry this configuration into the branch where it is consumed

The RC1 branch has not been cut yet; this intentionally stages the merge automation ahead of the branch creation.

Validation

  • parsed github-merge-flow-release-11.jsonc with PowerShell ConvertFrom-Json
  • verified the configured target passes the workflow's release-branch validation pattern
  • verified the main-to-net11.0 merge configuration does not reset this file

Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com>
Copilot-Session: 923e744a-f52b-46ce-939e-b6d27d4f5287
Copilot AI review requested due to automatic review settings August 4, 2026 18:48
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 4, 2026 18:48 — with GitHub Actions Inactive
@github-actions

github-actions Bot commented Aug 4, 2026

Copy link
Copy Markdown
Contributor

🚀 Dogfood this PR with:

⚠️ WARNING: Do not do this without first carefully reviewing the code of this PR to satisfy yourself it is safe.

curl -fsSL https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.sh | bash -s -- 37098

Or

  • Run remotely in PowerShell:
iex "& { $(irm https://raw.githubusercontent.com/dotnet/maui/main/eng/scripts/get-maui-pr.ps1) } 37098"

@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 4, 2026 18:48 — with GitHub Actions Inactive
@azure-pipelines

Copy link
Copy Markdown
Azure Pipelines:
Successfully started running 1 pipeline(s).
There may be pipelines that require an authorized user to comment /azp run to run.

Copilot AI left a comment

Copy link
Copy Markdown
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

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 MergeToBranch from release/11.0.1xx-preview7 to release/11.0.1xx-rc1 in 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
PureWeen temporarily deployed to copilot-pat-pool August 4, 2026 18:52 — with GitHub Actions Inactive
@github-actions github-actions Bot added the area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions label Aug 4, 2026
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 4, 2026 18:53 — with GitHub Actions Inactive
@kubaflo
kubaflo merged commit 669ac35 into main Aug 4, 2026
36 of 39 checks passed
@kubaflo
kubaflo deleted the retarget-release-merges-rc1 branch August 4, 2026 22:29
@github-actions github-actions Bot added this to the .NET 10 SR10 milestone Aug 4, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area-infrastructure CI, Maestro / Coherency, upstream dependencies/versions

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants