about summary refs log tree commit diff
diff options
context:
space:
mode:
authorTyler Mandry <tmandry@gmail.com>2019-10-18 13:48:28 -0700
committerGitHub <noreply@github.com>2019-10-18 13:48:28 -0700
commit9fc8d8eb458ec3ca1b2ee89aac59569365382a6e (patch)
treead2e72a50fa4ce582c1c6e5619a5e0d6e3eb5d9f
parent64bf0cab396fdd277441012f0eff9f8d874acf36 (diff)
parent54879949f18ed44dc4db4b9c450d6c09551a2e0d (diff)
downloadrust-9fc8d8eb458ec3ca1b2ee89aac59569365382a6e.tar.gz
rust-9fc8d8eb458ec3ca1b2ee89aac59569365382a6e.zip
Rollup merge of #65508 - rust-lang:llvm-icebreakers-ping-1, r=simulacrum
add option to ping llvm ice-breakers to triagebot
-rw-r--r--triagebot.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index d87c5b64c21..f0e3a99037b 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -8,3 +8,14 @@ allow-unauthenticated = [
 ]
 
 [assign]
+
+[ping.icebreakers-llvm]
+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
+[instructions] for tackling these sorts of bugs. Maybe take a look?
+Thanks! <3
+
+[instructions]: https://rust-lang.github.io/rustc-guide/ice-breaker/llvm.html
+"""
+label = "ICEBreaker-LLVM"