Rework commit message
This commit is contained in:
parent
4c24f41e0a
commit
277da2317e
|
|
@ -57,14 +57,22 @@ To tag an issue as appropriate for an ICE-breaker group, you give
|
||||||
[rustbot] a [`ping`] command with the name of the ICE-breakers
|
[rustbot] a [`ping`] command with the name of the ICE-breakers
|
||||||
team. For example:
|
team. For example:
|
||||||
|
|
||||||
|
```text
|
||||||
|
@rustbot ping icebreakers-llvm
|
||||||
|
@rustbot ping icebreakers-cleanup-crew
|
||||||
|
```
|
||||||
|
|
||||||
|
To make these commands shorter and easier to remember, there are aliases,
|
||||||
|
defined in the [`triagebot.toml`] file. For example:
|
||||||
|
|
||||||
```text
|
```text
|
||||||
@rustbot ping llvm
|
@rustbot ping llvm
|
||||||
@rustbot ping cleanup
|
@rustbot ping cleanup
|
||||||
```
|
```
|
||||||
|
|
||||||
These are aliases that are easier to remember than the full invocation.
|
Keep in mind that these aliases are meant to make humans' life easier.
|
||||||
They are declared in the [`triagebot.toml`] file and might be subject to
|
They might be subject to change. If you need to ensure that a command
|
||||||
changes.
|
will always be valid, prefer the full invocations over the aliases.
|
||||||
|
|
||||||
**Note though that this should only be done by compiler team members
|
**Note though that this should only be done by compiler team members
|
||||||
or contributors, and is typically done as part of compiler team
|
or contributors, and is typically done as part of compiler team
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue