-
Enhancement
-
Resolution: Unresolved
-
P4
-
None
-
None
-
None
/backport currently uses the git cherry-pick functionality to determine if a patch can be backported successfully. This can return false positives for some patches.
An extra step to ensure the patch is applying cleanly might be to compare the old and new patches, similar to what the bots do before applying a clean label to a PR.
An extra step to ensure the patch is applying cleanly might be to compare the old and new patches, similar to what the bots do before applying a clean label to a PR.