Skip to content
Eric Huss edited this page Sep 3, 2022 · 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
  • review
  • author
  • blocked

ready

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

review

review is an alias for ready.

author

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

blocked

Assigns the S-blocked tag on the pull request and removes both S-waiting-on-author and S-waiting-on-review if present.

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