Use arcade's standard backport workflow#13997
Conversation
Codecov Report✅ All modified and coverable lines are covered by tests.
Additional details and impacted files@@ Coverage Diff @@
## main #13997 +/- ##
====================================================
- Coverage 77.15573% 52.01621% -25.13953%
====================================================
Files 3278 2065 -1213
Lines 645199 287941 -357258
Branches 47716 42121 -5595
====================================================
- Hits 497808 149776 -348032
+ Misses 143703 135266 -8437
+ Partials 3688 2899 -789
Flags with carried forward coverage won't be shown. Click here to find out more. 🚀 New features to boost your workflow:
|
|
/backport to release/10.0 |
|
/backport to release/9.0 |
|
Started backporting to |
|
/backport to release/8.0 |
|
Started backporting to |
|
Started backporting to |
|
@mmitche backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Use arcade's standard backport workflow
Using index info to reconstruct a base tree...
M .github/workflows/backport.yml
Falling back to patching base and 3-way merge...
Auto-merging .github/workflows/backport.yml
CONFLICT (content): Merge conflict in .github/workflows/backport.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Use arcade's standard backport workflow
Error: The process '/usr/bin/git' failed with exit code 128 |
|
@mmitche backporting to git am output$ git am --3way --empty=keep --ignore-whitespace --keep-non-patch changes.patch
Applying: Use arcade's standard backport workflow
Using index info to reconstruct a base tree...
M .github/workflows/backport.yml
Falling back to patching base and 3-way merge...
Auto-merging .github/workflows/backport.yml
CONFLICT (content): Merge conflict in .github/workflows/backport.yml
error: Failed to merge in the changes.
hint: Use 'git am --show-current-patch=diff' to see the failed patch
hint: When you have resolved this problem, run "git am --continue".
hint: If you prefer to skip this patch, run "git am --skip" instead.
hint: To restore the original branch and stop patching, run "git am --abort".
hint: Disable this message with "git config set advice.mergeConflict false"
Patch failed at 0001 Use arcade's standard backport workflow
Error: The process '/usr/bin/git' failed with exit code 128 |
Microsoft Reviewers: Open in CodeFlow