diff options
| author | Yuki Okushi <huyuumi.dev@gmail.com> | 2020-03-14 04:03:29 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-03-14 04:03:29 +0900 |
| commit | 995e58467820e01562e8322d26281e042567c641 (patch) | |
| tree | ddfb357dc8ffeb9fb29753bf90a1512d9b60154c | |
| parent | 78d722f0c75a1cc01b824a531c2ef82ee7254bda (diff) | |
| parent | 90e8058716337c78a84e97a8a8885838fd8b6f67 (diff) | |
| download | rust-995e58467820e01562e8322d26281e042567c641.tar.gz rust-995e58467820e01562e8322d26281e042567c641.zip | |
Rollup merge of #69949 - rust-lang:triagebot-ping-alias, r=Mark-Simulacrum
triagebot.toml: add ping aliases I think I got the syntax right. Closes https://github.com/rust-lang/triagebot/issues/402. r? @Mark-Simulacrum cc @pnkfelix
| -rw-r--r-- | triagebot.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml index 13777d7a6c4..ec327715833 100644 --- a/triagebot.toml +++ b/triagebot.toml @@ -11,6 +11,7 @@ allow-unauthenticated = [ [assign] [ping.icebreakers-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 @@ -22,6 +23,7 @@ Thanks! <3 label = "ICEBreaker-LLVM" [ping.icebreakers-cleanup-crew] +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 |
