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 Rust this is @bors)
r+ SHA
: Accept a PR where the last commit has the given SHA prefixr=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 it@bors r+ 123456 p=1
@bors r=barosl 123456 rollup
@bors retry