summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNiko Matsakis <niko@alum.mit.edu>2019-10-17 14:14:56 -0400
committerGitHub <noreply@github.com>2019-10-17 14:14:56 -0400
commit0da83f67b85852f781e790c187b5947df04c67ac (patch)
tree6337de84490cd3a943190d45be273c227beb5ed2
parentea45150837990ccf40edfe2725ac492fc35193a1 (diff)
downloadrust-llvm-icebreakers-ping.tar.gz
add llvm icebreakers ping optionllvm-icebreakers-ping
-rw-r--r--triagebot.toml11
1 files changed, 11 insertions, 0 deletions
diff --git a/triagebot.toml b/triagebot.toml
index d87c5b64c21..185db445f08 100644
--- a/triagebot.toml
+++ b/triagebot.toml
@@ -8,3 +8,14 @@ allow-unauthenticated = [
]
[assign]
+
+[ping.icebreaker-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 = "help wanted"