diff options
| author | Mazdak Farrokhzad <twingoow@gmail.com> | 2020-03-12 18:06:40 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-12 18:06:40 +0100 |
| commit | 90e8058716337c78a84e97a8a8885838fd8b6f67 (patch) | |
| tree | de1a181f351f90793011e69b9e3b8e7468cf65df | |
| parent | 118003d2dce98965e4ce1332101c7afb821c6113 (diff) | |
| download | rust-90e8058716337c78a84e97a8a8885838fd8b6f67.tar.gz rust-90e8058716337c78a84e97a8a8885838fd8b6f67.zip | |
triagebot.toml: add typo aliases
| -rw-r--r-- | triagebot.toml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/triagebot.toml b/triagebot.toml index 848650a8546..18a942699d3 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,7 +11,7 @@ allow-unauthenticated = [ [assign] [ping.icebreakers-llvm] -alias = ["llvm"] +alias = ["llvm", "llvms"] message = """\ Hey LLVM ICE-breakers! This bug has been identified as a good "LLVM ICE-breaking candidate". In case it's useful, here are some @@ -23,7 +23,7 @@ Thanks! <3 label = "ICEBreaker-LLVM" [ping.icebreakers-cleanup-crew] -alias = ["cleanup", "shrink", "reduce", "bisect"] +alias = ["cleanup", "cleanups", "shrink", "reduce", "bisect"] message = """\ Hey Cleanup Crew ICE-breakers! This bug has been identified as a good "Cleanup ICE-breaking candidate". In case it's useful, here are some |
