Open
Description
Currently, it's painful for the releaser and for the contributor to land commits on non-current release lines due to conflicts. It's an annoying task to ask for a backport, and it's also bad for the contributor to create a backport PR after a month or two and land this feature in 2/3 months.
My suggestion is to have an action that, when the author-ready
flag is placed, it will attempt to cherry-pick this commit on active release lines and inform the user when it fails.
It will make the life of releasers easier, and the contributor could create a backport without having to wait 2 months~
cc: @nodejs/releasers