Find MRs open against a specific File
Release notes
Problem to solve
Commonly in software development when you are working on a shared codebase you want to be aware of upcoming changes to a file that you might consider changing. Understanding incoming changes to that file could change what you do to it.
Ss there an easy way to find open MRs that are targeting changes to a specific file. For example, I have a file of interest and I want to determine any in flight work that is going to change that file.
Intended users
User experience goal
Similiar to the Gitblame or History button in the UI, provide an "incoming changes" button that shows all MRs that are open that touch a particular file.