diff options
| author | LeSeulArtichaut <leseulartichaut@gmail.com> | 2020-03-25 14:17:52 +0100 |
|---|---|---|
| committer | Who? Me?! <mark-i-m@users.noreply.github.com> | 2020-04-05 12:49:29 -0500 |
| commit | b871e5251a910c044abf5ede013686c17ce17491 (patch) | |
| tree | db25581fa3e3937508338e5297e2dd5ce07f51de /src/doc/rustc-dev-guide | |
| parent | ad12d952732f15e7a8e2c60cb945e76e43d5f744 (diff) | |
| download | rust-b871e5251a910c044abf5ede013686c17ce17491.tar.gz rust-b871e5251a910c044abf5ede013686c17ce17491.zip | |
Note that the invocation now are aliases
Diffstat (limited to 'src/doc/rustc-dev-guide')
| -rw-r--r-- | src/doc/rustc-dev-guide/src/ice-breaker/about.md | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/doc/rustc-dev-guide/src/ice-breaker/about.md b/src/doc/rustc-dev-guide/src/ice-breaker/about.md index 60182a3c2bf..1e5dc94163c 100644 --- a/src/doc/rustc-dev-guide/src/ice-breaker/about.md +++ b/src/doc/rustc-dev-guide/src/ice-breaker/about.md @@ -62,9 +62,14 @@ team. For example: @rustbot ping cleanup ``` +These are aliases that are easier to remember than the full invocation. +They are declared in the [`triagebot.toml`] file and might be subject to +changes. + **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 |
