rust-lang / rust-log-analyzer

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

Remove message posted on failures #54

Closed pietroalbini closed 3 years ago

pietroalbini commented 3 years ago

This PR rewords the message posted by the bot when a failure happens to be more concise. There are two reasons for this:

2020-12-17--12-02-11

The PR also removes the custom HTML log viewer, as that's broken with GitHub Actions and can't really be fixed (due to the logs requiring authentication). If we ever want to fix it we'll need to store the logs ourselves and possibly implement the viewer on the Rust application side.

r? @Mark-Simulacrum

Mark-Simulacrum commented 3 years ago

We'll also want to disable github pages here - this looks good to me other than that though.

I might remove the "of your PR" from the message but it's a minor nit.

pietroalbini commented 3 years ago

Updated the message and disabled GitHub Pages!