diff options
| author | bors <bors@rust-lang.org> | 2021-12-05 17:33:25 +0000 |
|---|---|---|
| committer | bors <bors@rust-lang.org> | 2021-12-05 17:33:25 +0000 |
| commit | 476d609c9de232895d535b3da2bc58a26a01aeef (patch) | |
| tree | 04405f9bd4dcb2ce2ab097d207fed149daaa921c | |
| parent | 907f6d929487168da2ad2e86b1c25f9ef35ef8c6 (diff) | |
| parent | 1c45d1edfdecb22c257030a587eba9711e1ac3b9 (diff) | |
| download | rust-476d609c9de232895d535b3da2bc58a26a01aeef.tar.gz rust-476d609c9de232895d535b3da2bc58a26a01aeef.zip | |
Auto merge of #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](https://github.com/rust-lang/rust/pull/90642#issuecomment-962465404) --- changelog: none
| -rw-r--r-- | triagebot.toml | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index b0a13f827d6..80c30393832 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -5,3 +5,8 @@ allow-unauthenticated = [ ] [assign] + +# Allows shortcuts like `@rustbot ready` +# +# See https://github.com/rust-lang/triagebot/wiki/Shortcuts +[shortcut] |
