You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Just a thought I had today: if we have a PR A and a PR B, where B is a rollup containing A, we should make sure that once B is merged, bors won't start immediately merging A, in case the notification that A has been merged arrives too late and bors is very eager. It would be useful to check what homu does to prevent this (maybe it just sleeps for a minute after merging a PR, or something? :) ).