homu icon indicating copy to clipboard operation
homu copied to clipboard

Add support for viewing travis status from PR list view

Open Manishearth opened this issue 5 years ago • 2 comments

Part of https://github.com/rust-lang/homu/issues/25

Would be nice if the PR list view could show the various status checks that show up at the bottom of the PR for approved PRs. We should use the GH status hook (which we already use) to store status check results for every PR.

This would make rollups much easier: Pick every travis-pass PR that is rollup=always, pick some rollup=maybe, and no rollup=never.

Manishearth avatar May 05 '19 19:05 Manishearth

I might hack on this at some point. Probably should sync up servo and rust homu first.

Manishearth avatar May 05 '19 19:05 Manishearth

Another option is to have bors r- PRs automatically when PR status checks fail.

pietroalbini avatar May 06 '19 10:05 pietroalbini