Skip to content

Commit

Permalink
Rollup merge of rust-lang#69949 - rust-lang:triagebot-ping-alias, r=M…
Browse files Browse the repository at this point in the history
…ark-Simulacrum

triagebot.toml: add ping aliases

I think I got the syntax right.
Closes rust-lang/triagebot#402.

r? @Mark-Simulacrum
cc @pnkfelix
  • Loading branch information
Centril committed Mar 13, 2020
2 parents 52284c4 + 90e8058 commit 2567efc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions triagebot.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 2567efc

Please sign in to comment.