When a staging fails, opening each individual PR when trying to find a culprit is a chore. A useful tool for that could be the /compare/{id1}...{id2} view, which provides a unified diff view and a list of commits. It's not ideal because it doesn't have the labels (batch names) but it does provide an overview which in some cases allows zeroing on a problematic commit very quickly.
When a staging fails, opening each individual PR when trying to find a culprit is a chore. A useful tool for that could be the
/compare/{id1}...{id2}view, which provides a unified diff view and a list of commits. It's not ideal because it doesn't have the labels (batch names) but it does provide an overview which in some cases allows zeroing on a problematic commit very quickly.