diff options
| author | Niko Matsakis <niko@alum.mit.edu> | 2019-10-17 14:14:56 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2019-10-17 14:14:56 -0400 |
| commit | 0da83f67b85852f781e790c187b5947df04c67ac (patch) | |
| tree | 6337de84490cd3a943190d45be273c227beb5ed2 | |
| parent | ea45150837990ccf40edfe2725ac492fc35193a1 (diff) | |
| download | rust-llvm-icebreakers-ping.tar.gz | |
add llvm icebreakers ping optionllvm-icebreakers-ping
| -rw-r--r-- | triagebot.toml | 11 |
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" |
