-
Notifications
You must be signed in to change notification settings - Fork 113
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
Fixing broken links and typos #2672
Fixing broken links and typos #2672
Conversation
/backport to release/7.x |
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/3252611494 |
@jander-msft backporting to release/7.x failed, the patch most likely resulted in conflicts: $ git am --3way --ignore-whitespace --keep-non-patch changes.patch
Applying: Fixed ScenarioState name
Applying: Update collectionrules-get.md
Using index info to reconstruct a base tree...
A documentation/api/collectionrules-get.md
Falling back to patching base and 3-way merge...
Auto-merging documentation/api/collectionrules-individual.md
Applying: Update collectionrules-list.md
Using index info to reconstruct a base tree...
A documentation/api/collectionrules-list.md
Falling back to patching base and 3-way merge...
Auto-merging documentation/api/collectionrules-all.md
CONFLICT (content): Merge conflict in documentation/api/collectionrules-all.md
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0003 Update collectionrules-list.md
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 Please backport manually! |
/backport to release/7.x |
Started backporting to release/7.x: https://github.com/dotnet/dotnet-monitor/actions/runs/3689376781 |
@wiktork backporting to release/7.x failed, the patch most likely resulted in conflicts. Please backport manually using one of the below commands, followed by PowerShell (Invoke-WebRequest "https://github.com/dotnet/dotnet-monitor/commit/e0f12a26c962efb67a9a9b28787dd890bba78a05.patch").Content | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch Bash curl -sSL "https://github.com/dotnet/dotnet-monitor/commit/e0f12a26c962efb67a9a9b28787dd890bba78a05.patch" | git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch
$ git am --3way --ignore-whitespace --exclude="documentation/**.md" --keep-non-patch changes.patch
Applying: Fixing broken links and typos (#2672)
Using index info to reconstruct a base tree...
M src/Tests/Microsoft.Diagnostics.Monitoring.TestCommon/Runners/AppRunner.cs
M src/Tests/Microsoft.Diagnostics.Monitoring.TestCommon/TestAppScenarios.cs
M src/Tests/Microsoft.Diagnostics.Monitoring.UnitTestApp/LoggingExtensions.cs
M src/Tests/Microsoft.Diagnostics.Monitoring.UnitTestApp/ScenarioHelpers.cs
Falling back to patching base and 3-way merge...
Auto-merging src/Tests/Microsoft.Diagnostics.Monitoring.UnitTestApp/ScenarioHelpers.cs
Auto-merging src/Tests/Microsoft.Diagnostics.Monitoring.UnitTestApp/LoggingExtensions.cs
Auto-merging src/Tests/Microsoft.Diagnostics.Monitoring.TestCommon/TestAppScenarios.cs
Auto-merging src/Tests/Microsoft.Diagnostics.Monitoring.TestCommon/Runners/AppRunner.cs
CONFLICT (content): Merge conflict in src/Tests/Microsoft.Diagnostics.Monitoring.TestCommon/Runners/AppRunner.cs
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
Patch failed at 0001 Fixing broken links and typos (#2672)
When you have resolved this problem, run "git am --continue".
If you prefer to skip this patch, run "git am --skip" instead.
To restore the original branch and stop patching, run "git am --abort".
Error: The process '/usr/bin/git' failed with exit code 128 |
Co-authored-by: kkeirstead <[email protected]>
Co-authored-by: kkeirstead <[email protected]>
Co-authored-by: kkeirstead <[email protected]> Co-authored-by: Wiktor Kopec <[email protected]> Co-authored-by: kkeirstead <[email protected]>
Summary
Release Notes Entry