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
Currently there's a two-step process for merging a successful PR: see that the tests passed and post the status to github; see that the branch is ready for merge and fast-forward. This is two invocations of bors' cron job, which for Rust is 5 minutes apart. This is costing us at least an hour of down time every day.
The text was updated successfully, but these errors were encountered:
Currently there's a two-step process for merging a successful PR: see that the tests passed and post the status to github; see that the branch is ready for merge and fast-forward. This is two invocations of bors' cron job, which for Rust is 5 minutes apart. This is costing us at least an hour of down time every day.
The text was updated successfully, but these errors were encountered: