Skip to content

Commit 476d609

Browse files
committed
Auto merge of rust-lang#8072 - xFrednet:0000-teach-rustbot-acronyms, r=llogiq
Enable rustbot shortcuts for rust-clippy This enables shortcuts for ``@rustbot`.` Just a quality of life feature for contributors. |Shortcut| Full comment | |---|---| | ``@rustbot` ready` | ``@rustbot` label -S-waiting-on-author +S-waiting-on-review` | | ``@rustbot` author` | ``@rustbot` label +S-waiting-on-author -S-waiting-on-review` | See: https://github.com/rust-lang/triagebot/wiki/Shortcuts The documentation also states that the author/assignee will be pinged. However, this doesn't seem to be the case, it at least hasn't done so for me and in this [PR](rust-lang#90642 (comment)) --- changelog: none
2 parents 907f6d9 + 1c45d1e commit 476d609

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

triagebot.toml

+5
Original file line numberDiff line numberDiff line change
@@ -5,3 +5,8 @@ allow-unauthenticated = [
55
]
66

77
[assign]
8+
9+
# Allows shortcuts like `@rustbot ready`
10+
#
11+
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
12+
[shortcut]

0 commit comments

Comments
 (0)