Open
Description
The conflict notification tries to determine which PR caused the conflict. However, with merge queues, it seems to be failing to do this:
rust-lang/reference#1664 (comment) is an example.
It should be able to see that rust-lang/reference@06994b6 is rust-lang/reference#1696.
The code for this is here:
triagebot/src/handlers/merge_conflicts.rs
Lines 169 to 179 in 0400514
I'm wondering if there is a race on the GitHub side, where it computes this information async, and the information is not yet available?