Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/ice-breaker/about.md
Original file line number Diff line number Diff line change
Expand Up @@ -62,9 +62,22 @@ team. For example:
@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
@rustbot ping llvm
@rustbot ping cleanup
```

Keep in mind that these aliases are meant to make humans' life easier.
They might be subject to change. If you need to ensure that a command
will always be valid, prefer the full invocations over the aliases.

**Note though that this should only be done by compiler team members
or contributors, and is typically done as part of compiler team
triage.**

[rustbot]: https://github.com/rust-lang/triagebot/
[`ping`]: https://github.com/rust-lang/triagebot/wiki/Pinging
[`triagebot.toml`]: https://github.com/rust-lang/rust/blob/master/triagebot.toml