Details
-
Bug
-
Resolution: Fixed
-
Not Evaluated
-
None
-
production
-
None
-
9537dd5af (dev)
Description
Given a branchList input of Set(2) { '6.2.12', '5.15' }, the waterfallCherryPicks function would be expected to output an object like {'6.2.2': [], '5.15': []}, but instead, it outputs { '5.15': [ '6.2.12' ] }.