rust-lang / rust-log-analyzer

Analyzing Travis and Azure Pipelines logs to find encountered errors
MIT License
40 stars 27 forks source link

auto retry on common errors #21

Open Eh2406 opened 6 years ago

Eh2406 commented 6 years ago

There are a lot of errors that are just going to lead to a reviewer giving a retry. It would be nice if the bot could do that automatically. For example https://github.com/rust-lang/rust/pull/51855#issuecomment-401235795 where Travis failed to clone rust-lang/rust

We may be able to build this by #11 and having a custom message of

... Through arcane magic we have determined that this is spurious:
@ bors retry
...