Skip to content

Update SDK inter-branch merge flow: drop 10.0.2xx and introduce 10.0.4xx#53904

Merged
marcpopMSFT merged 1 commit intomainfrom
copilot/update-merge-flow-jsonc
Apr 17, 2026
Merged

Update SDK inter-branch merge flow: drop 10.0.2xx and introduce 10.0.4xx#53904
marcpopMSFT merged 1 commit intomainfrom
copilot/update-merge-flow-jsonc

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented Apr 15, 2026

github-merge-flow.jsonc still routed 10.0 servicing merges through release/10.0.2xx, which is now out of support. This update redefines the 10.0 path to flow 1xx -> 3xx -> 4xx -> main.

  • 10.0 branch routing updates

    • Changed release/10.0.1xx target from release/10.0.2xx to release/10.0.3xx.
    • Replaced the release/10.0.2xx mapping with release/10.0.3xx -> release/10.0.4xx.
    • Moved the mainline handoff to release/10.0.4xx -> main (previously release/10.0.3xx -> main).
  • Resulting merge chain

    • release/10.0.1xx -> release/10.0.3xx -> release/10.0.4xx -> main
"release/10.0.1xx": { "MergeToBranch": "release/10.0.3xx" },
"release/10.0.3xx": { "MergeToBranch": "release/10.0.4xx" },
"release/10.0.4xx": { "MergeToBranch": "main" }

Agent-Logs-Url: https://github.com/dotnet/sdk/sessions/6b2d3742-9f05-42be-a387-98fda33eeedc

Co-authored-by: marcpopMSFT <12663534+marcpopMSFT@users.noreply.github.com>
@marcpopMSFT marcpopMSFT marked this pull request as ready for review April 17, 2026 17:26
Copilot AI review requested due to automatic review settings April 17, 2026 17:26
Copy link
Copy Markdown
Contributor

Copilot AI left a comment

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 SDK’s inter-branch merge automation routing to remove the out-of-support release/10.0.2xx hop and introduce a new release/10.0.4xx handoff before merges reach main.

Changes:

  • Reroutes release/10.0.1xx to merge into release/10.0.3xx (instead of release/10.0.2xx).
  • Replaces the release/10.0.2xx -> release/10.0.3xx mapping with release/10.0.3xx -> release/10.0.4xx.
  • Moves the main handoff to release/10.0.4xx -> main.

@marcpopMSFT
Copy link
Copy Markdown
Member

/ba-g no build for json changes

@marcpopMSFT marcpopMSFT merged commit 9ff2ac9 into main Apr 17, 2026
8 of 9 checks passed
@marcpopMSFT marcpopMSFT deleted the copilot/update-merge-flow-jsonc branch April 17, 2026 20:14
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants