Barosl Lee
Barosl Lee
Yeah, I still want this, having been following this issue for years. As you said, it should be relatively easy to create a `Dockerfile` for this. Here's what I'm using...
I guess this is already possible by the `try_users` feature (which is introduced by #104)? The Homu version Rust's using is very old. As Homu has had some breaking changes,...
You can see the working sample from here: https://github.com/barosltestest/test/pull/49
By defaults, bors checks the freshness of the merge commit before fast-forwarding it to `master`. "Fresh" in this case means that the two direct parents of the merge commit is...
Hmm, the logic behind the current `try` handling is currently very confusing, and may require refactoring. But, AFAICT, `try` followed by `r+` should work when the PR hits the top...
Sorry for the HUGE delay. There were some big personal obstacles in my life recently, and because of that I've been distracted from the open source projects for months. Now...
Actually I've thought from the beginning that Homu should probably support at least BitBucket. I admire GitHub, but at the same time I feel a vague sense that I should...
Interesting. Is the `MAINTAINERS` format widely accepted?
Actually, it is already possible to look up the GitHub collaborator list using the GitHub API. The reasons Homu didn't do that were: 1. You may want to give a...
No, currently Homu only chooses one configuration per repository. This must be something I overlooked, I just thought either Buildbot or Travis is enough. Is this feature needed by the...