Skip to content

[automated] Merge branch 'release/7.0.1xx' => 'release/7.0.2xx' #28668

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

Conversation

dotnet-maestro-bot
Copy link
Contributor

I detected changes in the release/7.0.1xx branch which have not been merged yet to release/7.0.2xx. I'm a robot and am configured to help you automatically keep release/7.0.2xx up to date, so I've opened this PR.

This PR merges commits made on release/7.0.1xx by the following committers:

  • dsplaisted
  • marcpopMSFT
  • dotnet-maestro[bot]

Instructions for merging from UI

This PR will not be auto-merged. When pull request checks pass, complete this PR by creating a merge commit, not a squash or rebase commit.

merge button instructions

If this repo does not allow creating merge commits from the GitHub UI, use command line instructions.

Instructions for merging via command line

Run these commands to merge this pull request from the command line.

git fetch
git checkout release/7.0.1xx
git pull --ff-only
git checkout release/7.0.2xx
git pull --ff-only
git merge --no-ff release/7.0.1xx

# If there are merge conflicts, resolve them and then run git merge --continue to complete the merge
# Pushing the changes to the PR branch will re-trigger PR validation.
git push https://github.com/dotnet-maestro-bot/sdk HEAD:merge/release/7.0.1xx-to-release/7.0.2xx
or if you are using SSH
git push git@github.com:dotnet-maestro-bot/sdk HEAD:merge/release/7.0.1xx-to-release/7.0.2xx

After PR checks are complete push the branch

git push

Instructions for resolving conflicts

⚠️ If there are merge conflicts, you will need to resolve them manually before merging. You can do this using GitHub or using the command line.

Instructions for updating this pull request

Contributors to this repo have permission update this pull request by pushing to the branch 'merge/release/7.0.1xx-to-release/7.0.2xx'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.

git checkout -b merge/release/7.0.1xx-to-release/7.0.2xx release/7.0.2xx
git pull https://github.com/dotnet-maestro-bot/sdk merge/release/7.0.1xx-to-release/7.0.2xx
(make changes)
git commit -m "Updated PR with my changes"
git push https://github.com/dotnet-maestro-bot/sdk HEAD:merge/release/7.0.1xx-to-release/7.0.2xx
or if you are using SSH
git checkout -b merge/release/7.0.1xx-to-release/7.0.2xx release/7.0.2xx
git pull git@github.com:dotnet-maestro-bot/sdk merge/release/7.0.1xx-to-release/7.0.2xx
(make changes)
git commit -m "Updated PR with my changes"
git push git@github.com:dotnet-maestro-bot/sdk HEAD:merge/release/7.0.1xx-to-release/7.0.2xx

Contact .NET Core Engineering if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/master/scripts/GitHubMergeBranches.ps1.

dsplaisted and others added 14 commits October 17, 2022 18:31
…imeIdentifierInference.targets

Co-authored-by: Rainer Sigwald <raines@microsoft.com>
…s Exe

Co-authored-by: Daniel Plaisted <dsplaisted@gmail.com>
…013.10

Microsoft.SourceBuild.Intermediate.fsharp , Microsoft.FSharp.Compiler
 From Version 7.0.0-beta.22513.2 -> To Version 7.0.0-beta.22513.10
…221019-01 (dotnet#28654)

Microsoft.NET.Test.Sdk
 From Version 17.4.0-release-20220926-01 -> To Version 17.4.0-release-20221019-01

Co-authored-by: dotnet-maestro[bot] <dotnet-maestro[bot]@users.noreply.github.com>
…ada8-e8dc-4d72-a457-0b52420d8269

[release/7.0.1xx] Update dependencies from dotnet/fsharp
…gets-import-order

Return workload manifests in defined, controllable order
@dotnet-maestro-bot dotnet-maestro-bot force-pushed the merge/release/7.0.1xx-to-release/7.0.2xx branch from 7b52159 to 63b3654 Compare October 19, 2022 21:24
@ghost ghost added the Area-Infrastructure label Oct 19, 2022
Allow Implicit RID Opt Out + Don't Infer RID for non EXE Type Projects
@v-wuzhai v-wuzhai requested a review from a team as a code owner October 20, 2022 02:56
@v-wuzhai v-wuzhai force-pushed the merge/release/7.0.1xx-to-release/7.0.2xx branch from 2d9a611 to 24f5a85 Compare October 20, 2022 02:58
@nagilson
Copy link
Member

We are changing some tests but everything else is good, might want to wait but it doesn't really matter as it'll flow again.

@vlada-shubina vlada-shubina removed the request for review from a team October 24, 2022 08:08
@carlossanlop
Copy link
Contributor

carlossanlop commented Oct 31, 2022

There's a conflict with main. @nagilson can one of you please fix it?

@carlossanlop
Copy link
Contributor

This is blocking the branding PR for runtime as described here: dotnet/runtime#77549 (comment)

@nagilson nagilson enabled auto-merge October 31, 2022 21:52
@nagilson
Copy link
Member

@carlossanlop Should be resolved now, thanks!

@dsplaisted dsplaisted disabled auto-merge November 1, 2022 02:38
@radical
Copy link
Member

radical commented Nov 1, 2022

@carlossanlop can this be merged now?

@carlossanlop
Copy link
Contributor

@dsplaisted was there a specific reason why you disable auto-merge, or can we already get this merged? Also, "merge" or "squash"?

@dsplaisted dsplaisted merged commit 32c6ffa into dotnet:release/7.0.2xx Nov 1, 2022
@dsplaisted
Copy link
Member

@carlossanlop I've merged this. I turned off auto-merge because I was considering force merging it with a failing leg yesterday

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants