Here's a quick reference for the commands Homu accepts. Commands must be posted as comments on the PR they refer to. Comments may include multiple commands. Homu will only listen to official reviewers that it is configured to listen to. A comment must mention the GitHub account Homu is configured to use. (e.g. for the Rust project this is @bors)
r+ SHA
: Accept a PR where the last commit has the given SHA prefix. If you omit the SHA, the last commit at the time of writing is chosenr=NAME SHA
: Accept a PR on the behalf of NAMEr-
: Unacccept a PRp=NUMBER
: Set the priority of the accepted PR (defaults to 0)rollup
: Mark the PR as likely to merge without issue, implies p=-1
rollup-
: Unmark the PR as rollup
retry
: Signal that the PR is not bad, and should be retried by buildbottry
: Request that the PR be tested by buildbot, without accepting itforce
: Stop all the builds on the configured builders, and proceed to the next PRclean
: Clean up the previous build results@homu r+ 123456 p=1
@homu r=barosl 123456 rollup
@homu retry