Forward actions not transfering ownership to follow a new hierarchy
For PRs, the "forward" and "approve and forward" actions are not considering the hierarchy of the person to whom the PR is forwarded to.
Example - Hierarchy:
A reports to B
B reports to F
C reports to D
D reports to E
E reports to F
Before the rollup patch 6, it was working OK!, the approval path using forward was:
A requester (submits for approval)
B appoves and forward to "C"
C approves. At this point, the notification shows "D" and "E" as approvers in the list (it recognize the new hierarchy to follow). This is the behavior that was lost.