Skip to content
apiraino edited this page Jul 30, 2021 · 6 revisions

There are available shortcuts that you can use to do common tasks.

Usage

An example of usage is: @rustbot ready

Available shortcuts:

  • ready
  • author

ready

Assigns the S-waiting-on-review tag on the pull request and removes S-waiting-on-author if present. It will also ping assigned people to the pull request.

author

Assigns the S-waiting-on-author tag on the pull request and removes S-waiting-on-review if present. It will also ping the user that opened the pull request.

Configuration

To enable all shortcuts on a repository, add the following to a triagebot.toml file in the repository root

[shortcut]
Clone this wiki locally