-
Notifications
You must be signed in to change notification settings - Fork 80
Description
Context
Devs are asking for an easy to figure out if their change (PR) made it to the VMR yet.
One cheap and efficient way would be linking to ingested PRs on the codeflow PR description (maybe in a collapsible block so that these are not obscuring the description too much).
Goal
Figure out how to walk through the currently flown commits and link them in the codeflow PR description so that the codeflow PR shows up linked on their already merged PR timeline.
Questions
❓ Most commits have the issue #XYZ in their commit title so maybe that would be enough?
❓ Do we want to consider linking commits as well? Not sure if that shows up.
❓ Do we want to do this in backflows? Would be a bit harder to do because we'd have to filter commits that changed the repo directory, but doable.