File tree Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Expand file tree Collapse file tree 1 file changed +11
-3
lines changed Original file line number Diff line number Diff line change @@ -57,14 +57,22 @@ To tag an issue as appropriate for an ICE-breaker group, you give
57
57
[ rustbot] a [ ` ping ` ] command with the name of the ICE-breakers
58
58
team. For example:
59
59
60
+ ``` text
61
+ @rustbot ping icebreakers-llvm
62
+ @rustbot ping icebreakers-cleanup-crew
63
+ ```
64
+
65
+ To make these commands shorter and easier to remember, there are aliases,
66
+ defined in the [ ` triagebot.toml ` ] file. For example:
67
+
60
68
``` text
61
69
@rustbot ping llvm
62
70
@rustbot ping cleanup
63
71
```
64
72
65
- These are aliases that are easier to remember than the full invocation .
66
- They are declared in the [ ` triagebot.toml ` ] file and might be subject to
67
- changes .
73
+ Keep in mind that these aliases are meant to make humans' life easier .
74
+ They might be subject to change. If you need to ensure that a command
75
+ will always be valid, prefer the full invocations over the aliases .
68
76
69
77
** Note though that this should only be done by compiler team members
70
78
or contributors, and is typically done as part of compiler team
You can’t perform that action at this time.
0 commit comments