-
Notifications
You must be signed in to change notification settings - Fork 77
Shortcuts
Eric Huss edited this page Sep 3, 2022
·
6 revisions
There are available shortcuts that you can use to do common tasks.
An example of usage is: @rustbot ready
Available shortcuts:
- ready
- review
- author
- blocked
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
is an alias for ready
.
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.
Assigns the S-blocked
tag on the pull request and removes both S-waiting-on-author
and S-waiting-on-review
if present.
To enable all shortcuts on a repository, add the following to a triagebot.toml file in the repository root
[shortcut]