mirror of
https://github.com/rust-lang/rust.git
synced 2025-04-28 11:07:42 +00:00
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
This commit is contained in:
commit
476d609c9d
@ -5,3 +5,8 @@ allow-unauthenticated = [
|
|||||||
]
|
]
|
||||||
|
|
||||||
[assign]
|
[assign]
|
||||||
|
|
||||||
|
# Allows shortcuts like `@rustbot ready`
|
||||||
|
#
|
||||||
|
# See https://github.com/rust-lang/triagebot/wiki/Shortcuts
|
||||||
|
[shortcut]
|
||||||
|
Loading…
Reference in New Issue
Block a user