homu icon indicating copy to clipboard operation
homu copied to clipboard

A bot that integrates with GitHub and your favorite continuous integration service

Results 67 homu issues
Sort by recently updated
recently updated
newest added

Almost entire code in `main.py` and other modules are without doctrings. That makes the code less readable. It'd be more appreciable if the code have proper documentation. It is a...

See https://github.com/servo/servo/pull/6198 for example

I added the all-lowercase version of a username to `cfg.toml`, but it failed to recognize them as a reviewer because their username had a different case definition. Would it be...

e.g. atm http://huon.me:54857/queue/all has three PRs all on different repos. ``` # Priority Head ref Title Mergeable Assignee 2 0 apasel422:enhance Assorted cleanup yes Gankro 5 0 apasel422:clean Assorted cleanup...

E.g. ``` $ homu-add --help Usage: homu-add user/repo [--reviewer NAME] [--travis [TOKEN]] Add `github.com/user/repo` to this instance of homu. Options: -r, --reviewer NAME Add NAME as a reviewer. If `user`...

Right now we're spending most of our time just cancelling previous builds and trying to clean up after we're pushing a rollup to the front. It would be nice to...

Servo uses labels such as "S-needs code changes" to track the status of PRs; it could be nice to integrate that into homu somehow.

https://github.com/rust-lang/rust/issues/20761 is populated with checkboxes like below: - [ ] Is this bug closed https://github.com/barosl/homu/issues/52 Bors could check the boxes anytime the issues referenced are closed.

https://github.com/rust-lang/rust/pull/21605 was merged (https://github.com/rust-lang/rust/commit/c4db18b899d98aa7181b2f2b38e8230c7de42428) on top of https://github.com/rust-lang/rust/commit/458a6a2f6e9dfb6ed3d76f14418ff1f2f5e97f86, but it should've been merged on top of https://github.com/rust-lang/rust/commit/47621db62cf9ffa82624576059b6af5e54d935a5 (which has https://github.com/rust-lang/rust/commit/458a6a2f6e9dfb6ed3d76f14418ff1f2f5e97f86 as a parent too). It seems like maybe tests started...

E.g. given a PR with - 123456 - abcdef - 12abcd `r+ 12` would be rejected as ambiguous, but `r+ 12a` is fine.