Skip to content

Commit

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

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 12, 2020
2 parents b9f26dc + 90e8058 commit e1f3da1
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 e1f3da1

Please sign in to comment.