-
Notifications
You must be signed in to change notification settings - Fork 796
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add GH action to manage servicing branch codeflow. #18267
Conversation
✅ No release notes required |
@vzarytovskii ptal |
Thanks Joey, I've moved out of the team recently, @0101, please review. Docs will also need changing, to change branches in this repo and not in Roslyn tools. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good. I'll leave it to the team to merge. @JoeRobich do you happen to know when will the old tool be disabled?
Since there needs to be a separate config for each feature.
F# is the last team with any configuration in it. I will disable it asap! |
And it is disabled. |
F# moved to Arcade inter-merge GH action in dotnet/fsharp#18267
The Roslyn team is looking to retire their GH codeflow pipeline. This PR moves your configuration over to the Arcade inter branch merge approach. There are differences between the two system as the Arcade configuration does not support merging a branch into multiple upstreams. I have compensated for this by having multiple configurations and separate jobs for each.