Remove release/8.0.3xx from inter-branch merge flow#52330
Merged
marcpopMSFT merged 2 commits intomainfrom Jan 7, 2026
Merged
Conversation
- Removed merge flow from release/8.0.1xx to release/8.0.3xx - Removed merge flow from release/8.0.3xx to release/8.0.4xx - Updated release/8.0.1xx to merge directly to release/8.0.4xx - release/8.0.3xx is no longer in support and has been removed from the merge flow chain Co-authored-by: marcpopMSFT <[email protected]>
Copilot
AI
changed the title
[WIP] Remove release 8.0.3xx from inter-branch codeflow
Remove release/8.0.3xx from inter-branch merge flow
Jan 6, 2026
marcpopMSFT
approved these changes
Jan 6, 2026
Member
|
Looks right to me. We haven't historically tested this until after it's merged because of the challenges doing that. |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR removes the unsupported release/8.0.3xx branch from the automated inter-branch merge flow configuration, streamlining the merge chain to skip the deprecated branch.
Key Changes:
- Removed the intermediate
release/8.0.3xxentry from the merge flow configuration - Updated
release/8.0.1xxto merge directly torelease/8.0.4xxinstead of going throughrelease/8.0.3xx
MiYanni
approved these changes
Jan 6, 2026
Member
|
/ba-g no checks to run on workflow updates |
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.
The release/8.0.3xx branch is no longer in support and should be removed from the automated inter-branch codeflow.
Changes
release/8.0.1xx→release/8.0.3xxandrelease/8.0.3xx→release/8.0.4xxrelease/8.0.1xxto merge directly torelease/8.0.4xxThe merge flow chain now skips the unsupported 8.0.3xx branch:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.