rust-lang / rust-log-analyzer

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

Mark as waiting on author after CI fail, review after success #27

Closed czipperz closed 5 years ago

czipperz commented 5 years ago

Currently the high five bot will mark the PR as waiting on review once it is created. But it would be more useful if it switched it back to author when the CI fails. Then when it passes, it can switch back to waiting on review.

kennytm commented 5 years ago
  1. This is marked as "waiting on review" because the error is potentially just a spurious error, not the author's fault, and we err on mistakes on our side.
  2. These labels are managed by bors (homu), not RLA. The setting can be found in https://github.com/rust-lang/rust-central-station/blob/4236d45f9664fda0c1a7192fac6f15f68cf3f7c3/homu.toml.template#L62-L64.