Skip to content

Commit 99ced10

Browse files
jieyouxuytmimi
authored andcommitted
triagebot: enable shortcut functionality
This allows PR reviewers and authors to easily use: ``` @rustbot ready # S-{waiting-on-author,blocked} -> S-waiting-on-review @rustbot author # S-{waiting-on-review,blocked} -> S-waiting-on-author @rustbot blocked # S-waiting-on-{author,review} -> S-blocked ```
1 parent c7d5ef2 commit 99ced10

1 file changed

Lines changed: 5 additions & 0 deletions

File tree

triagebot.toml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ add_labels = ["S-waiting-on-review"]
4949
# Documentation at: https://forge.rust-lang.org/triagebot/review-changes-since.html
5050
[review-changes-since]
5151

52+
# Allow reviewers and authors to easily flip between {`S-waiting-on-review`,
53+
# `S-waiting-on-author`, `S-blocked`}.
54+
# Documentation at: <https://forge.rust-lang.org/triagebot/shortcuts.html>
55+
[shortcut]
56+
5257
# ------------------------------------------------------------------------------
5358
# PR assignments
5459
# ------------------------------------------------------------------------------

0 commit comments

Comments
 (0)