Skip to content

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

Closed
PureWeen wants to merge 1 commit into
net11.0from
retarget-net11-merges-rc1
Closed

[net11.0] Retarget release merge flow to RC1#37097
PureWeen wants to merge 1 commit into
net11.0from
retarget-net11-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

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

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:39
@PureWeen
PureWeen temporarily deployed to copilot-pat-pool August 4, 2026 18:40 — 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 -- 37097

Or

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

@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

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-preview7 to release/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
PureWeen temporarily deployed to copilot-pat-pool August 4, 2026 18:44 — 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:45 — with GitHub Actions Inactive
@PureWeen

PureWeen commented Aug 4, 2026

Copy link
Copy Markdown
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.

@PureWeen PureWeen closed this 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.

3 participants