[automated] Merge branch 'main' => 'release/dnup'#53175
[automated] Merge branch 'main' => 'release/dnup'#53175github-actions[bot] wants to merge 10 commits intorelease/dnupfrom
Conversation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
…injection (#53124) Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
…nalyzing reproduction binlogs (#52917)
The intent of this is that codeowners in release/dnup does not notify others about code changes, such that the code flow from `main` to `release/dnup` doesn't trigger the pings. The codeowners file is meant to inform others about the SDK, but dnup is a separate product that others don't need to be notified about - the code change would've already made it to main in the SDK, so they've already been notified This assumes that the codeowners file in the branch is respected by github over the one defined by `main`, which is what the docs suggest: https://docs.github.com/en/repositories/managing-your-repositorys-settings-and-features/customizing-your-repository/about-code-owners
Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Reset patterns: - global.json - NuGet.config - eng/Version.Details.xml - eng/Versions.props - eng/common/* - CODEOWNERS
|
/azp run dotnet-sdk-public-ci |
|
Azure Pipelines successfully started running 1 pipeline(s). |
|
@joeloff could you please help me to take a look at this issue? |
|
@dotnet/dotnetup There are some test failures here. One of them is the aforementioned Another is: Not sure if any of these are related to the changes. Also, should all the SDK jobs be running on the |
The SDK tests run if and only if there's a change in the source code to the SDK branch. Sometimes we change the SDK source code for dotnetup a bit, so this is intentional. |
I detected changes in the main branch which have not been merged yet to release/dnup. I'm a robot and am configured to help you automatically keep release/dnup up to date, so I've opened this PR.
This PR merges commits made on main by the following committers:
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.
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.
or if you are using SSH
After PR checks are complete push the branch
Instructions for resolving conflicts
Instructions for updating this pull request
Contributors to this repo have permission update this pull request by pushing to the branch 'merge/main-to-release/dnup'. This can be done to resolve conflicts or make other changes to this pull request before it is merged.
The provided examples assume that the remote is named 'origin'. If you have a different remote name, please replace 'origin' with the name of your remote.
or if you are using SSH
Contact .NET Core Engineering (dotnet/dnceng) if you have questions or issues.
Also, if this PR was generated incorrectly, help us fix it. See https://github.com/dotnet/arcade/blob/main/.github/workflows/scripts/inter-branch-merge.ps1.